Html Css Color HEX #64808B Hoki

📋 copy color: '#64808B'

red 100 ◦ green 128 ◦ blue 139

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

Shades of Hoki #64808B

Tints of Hoki #64808B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.87%

R = 27.25%
G = 34.88%
B = 37.87%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64808B (or 0x64808B) is known color: Hoki. HEX triplet: 64, 80 and 8B. RGB value is (100,128,139). Sum of RGB (Red+Green+Blue) = 100+128+139=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #64808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64808B is #9B7F74. Grayscale: #787878. Windows color (decimal): -10190709 or 9142372. OLE color: 9142372.

HSL color Cylindrical-coordinate representation of color #64808B: hue angle of 196.92º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #64808B is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 128 139 -
CMYK 0.28 0.08 0 0.45
HSL 196.92º 0.16% 0.47% -
HSV(B) 196.92º 0.28% 0.55% -
XYZ 17.63 20.01 27.36 -
YUV 120.88 138.22 113.11 -
System Red Green Blue C M Y K H S L
Decimal 100 128 139 0.28 0.08 0 0.45 196.92 0.16 0.47
Hex 64 80 8B 1C 8 0 2D C5 10 2F
Octal 144 200 213 34 10 0 55 305 20 57
Binary 1100100 10000000 10001011 11100 1000 0 101101 11000101 10000 101111

Color Harmonies of #64808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64808B

Black with #64808B

Text Example


Text Example

White with #64808B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64808B; }

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

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

background-color css

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

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

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

border-color css

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

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

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