Html Css Color HEX #647F89 Hoki

📋 copy color: '#647F89'

red 100 ◦ green 127 ◦ blue 137

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

Shades of Hoki #647F89

Tints of Hoki #647F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.64%

R = 27.47%
G = 34.89%
B = 37.64%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#647F89 (or 0x647F89) is known color: Hoki. HEX triplet: 64, 7F and 89. RGB value is (100,127,137). Sum of RGB (Red+Green+Blue) = 100+127+137=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 137 - color contains mainly: blue. Hex color #647F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647F89 is #9B8076. Grayscale: #787878. Windows color (decimal): -10190967 or 9011044. OLE color: 9011044.

HSL color Cylindrical-coordinate representation of color #647F89: hue angle of 196.22º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #647F89 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 127 137 -
CMYK 0.27 0.07 0 0.46
HSL 196.22º 0.16% 0.46% -
HSV(B) 196.22º 0.27% 0.54% -
XYZ 17.36 19.69 26.55 -
YUV 120.07 137.55 113.69 -
System Red Green Blue C M Y K H S L
Decimal 100 127 137 0.27 0.07 0 0.46 196.22 0.16 0.46
Hex 64 7F 89 1B 7 0 2E C4 10 2E
Octal 144 177 211 33 7 0 56 304 20 56
Binary 1100100 1111111 10001001 11011 111 0 101110 11000100 10000 101110

Color Harmonies of #647F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647F89

Black with #647F89

Text Example


Text Example

White with #647F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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