Html Css Color HEX #64808C Hoki

📋 copy color: '#64808C'

red 100 ◦ green 128 ◦ blue 140

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

Shades of Hoki #64808C

Tints of Hoki #64808C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 27.17%
G = 34.78%
B = 38.04%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64808C (or 0x64808C) is known color: Hoki. HEX triplet: 64, 80 and 8C. RGB value is (100,128,140). Sum of RGB (Red+Green+Blue) = 100+128+140=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 140 - color contains mainly: blue. Hex color #64808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64808C is #9B7F73. Grayscale: #787878. Windows color (decimal): -10190708 or 9207908. OLE color: 9207908.

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

Color convert

RGB 100 128 140 -
CMYK 0.29 0.09 0 0.45
HSL 198º 0.17% 0.47% -
HSV(B) 198º 0.29% 0.55% -
XYZ 17.71 20.04 27.75 -
YUV 121 138.72 113.02 -
System Red Green Blue C M Y K H S L
Decimal 100 128 140 0.29 0.09 0 0.45 198 0.17 0.47
Hex 64 80 8C 1D 9 0 2D C6 11 2F
Octal 144 200 214 35 11 0 55 306 21 57
Binary 1100100 10000000 10001100 11101 1001 0 101101 11000110 10001 101111

Color Harmonies of #64808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64808C

Black with #64808C

Text Example


Text Example

White with #64808C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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