Html Css Color HEX #648082 Hoki

📋 copy color: '#648082'

red 100 ◦ green 128 ◦ blue 130

#648082
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hoki #648082

Tints of Hoki #648082

RGB

 RED value IS 100 (39.45% from 255) = 27.93%

 GREEN value IS 128 (50.39% from 255) = 35.75%

 BLUE value IS 130 (51.17% from 255) = 36.31%

R = 27.93%
G = 35.75%
B = 36.31%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#648082 (or 0x648082) is known color: Hoki. HEX triplet: 64, 80 and 82. RGB value is (100,128,130). Sum of RGB (Red+Green+Blue) = 100+128+130=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 130 - color contains mainly: blue. Hex color #648082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648082 is #9B7F7D. Grayscale: #777777. Windows color (decimal): -10190718 or 8552548. OLE color: 8552548.

HSL color Cylindrical-coordinate representation of color #648082: hue angle of 184º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #648082 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 128 130 -
CMYK 0.23 0.02 0 0.49
HSL 184º 0.13% 0.45% -
HSV(B) 184º 0.23% 0.51% -
XYZ 17 19.76 24.04 -
YUV 119.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 100 128 130 0.23 0.02 0 0.49 184 0.13 0.45
Hex 64 80 82 17 2 0 31 B8 D 2D
Octal 144 200 202 27 2 0 61 270 15 55
Binary 1100100 10000000 10000010 10111 10 0 110001 10111000 1101 101101

Color Harmonies of #648082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648082

Black with #648082

Text Example


Text Example

White with #648082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648082; }

 p { color: rgb(100,128,130); }

 H1.HeaderClassName
 {
   color: #648082;
 }
 .AnyTagClassName
 {
   color: #648082;
 }
</style>

background-color css

<style>
 a { background-color: #648082; }

 a { background-color: rgb(100,128,130); }

 div.DivClassName
 {
   background-color: #648082;
 }
 .BgClassName
 {
   background-color: #648082;
 }
</style>

border-color css

<style>
 span { border-color: #648082; }

 span { border-color: rgb(100,128,130); }

 td.TdClassName
 {
   border-color: #648082;
 }
 .TagClassName
 {
   border-color: #648082;
 }
</style>