Html Css Color HEX #647F87 Hoki

📋 copy color: '#647F87'

red 100 ◦ green 127 ◦ blue 135

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

Shades of Hoki #647F87

Tints of Hoki #647F87

RGB

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

 GREEN value IS 127 (50% from 255) = 35.08%

 BLUE value IS 135 (53.13% from 255) = 37.29%

R = 27.62%
G = 35.08%
B = 37.29%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#647F87 (or 0x647F87) is known color: Hoki. HEX triplet: 64, 7F and 87. RGB value is (100,127,135). Sum of RGB (Red+Green+Blue) = 100+127+135=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 135 - color contains mainly: blue. Hex color #647F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647F87 is #9B8078. Grayscale: #777777. Windows color (decimal): -10190969 or 8879972. OLE color: 8879972.

HSL color Cylindrical-coordinate representation of color #647F87: hue angle of 193.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #647F87 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 127 135 -
CMYK 0.26 0.06 0 0.47
HSL 193.71º 0.15% 0.46% -
HSV(B) 193.71º 0.26% 0.53% -
XYZ 17.22 19.64 25.8 -
YUV 119.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 100 127 135 0.26 0.06 0 0.47 193.71 0.15 0.46
Hex 64 7F 87 1A 6 0 2F C2 F 2E
Octal 144 177 207 32 6 0 57 302 17 56
Binary 1100100 1111111 10000111 11010 110 0 101111 11000010 1111 101110

Color Harmonies of #647F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647F87

Black with #647F87

Text Example


Text Example

White with #647F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647F87; }

 p { color: rgb(100,127,135); }

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

background-color css

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

 a { background-color: rgb(100,127,135); }

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

border-color css

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

 span { border-color: rgb(100,127,135); }

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