Html Css Color HEX #647D85 Hoki

📋 copy color: '#647D85'

red 100 ◦ green 125 ◦ blue 133

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

Shades of Hoki #647D85

Tints of Hoki #647D85

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.92%

 BLUE value IS 133 (52.34% from 255) = 37.15%

R = 27.93%
G = 34.92%
B = 37.15%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#647D85 (or 0x647D85) is known color: Hoki. HEX triplet: 64, 7D and 85. RGB value is (100,125,133). Sum of RGB (Red+Green+Blue) = 100+125+133=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 133 - color contains mainly: blue. Hex color #647D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647D85 is #9B827A. Grayscale: #767676. Windows color (decimal): -10191483 or 8748388. OLE color: 8748388.

HSL color Cylindrical-coordinate representation of color #647D85: hue angle of 194.55º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #647D85 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 125 133 -
CMYK 0.25 0.06 0 0.48
HSL 194.55º 0.14% 0.46% -
HSV(B) 194.55º 0.25% 0.52% -
XYZ 16.82 19.07 24.98 -
YUV 118.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 100 125 133 0.25 0.06 0 0.48 194.55 0.14 0.46
Hex 64 7D 85 19 6 0 30 C3 E 2E
Octal 144 175 205 31 6 0 60 303 16 56
Binary 1100100 1111101 10000101 11001 110 0 110000 11000011 1110 101110

Color Harmonies of #647D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647D85

Black with #647D85

Text Example


Text Example

White with #647D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,125,133); }

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

background-color css

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

 a { background-color: rgb(100,125,133); }

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

border-color css

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

 span { border-color: rgb(100,125,133); }

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