Html Css Color HEX #647B85 Hoki

📋 copy color: '#647B85'

red 100 ◦ green 123 ◦ blue 133

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

Shades of Hoki #647B85

Tints of Hoki #647B85

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.55%

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

R = 28.09%
G = 34.55%
B = 37.36%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#647B85 (or 0x647B85) is known color: Hoki. HEX triplet: 64, 7B and 85. RGB value is (100,123,133). Sum of RGB (Red+Green+Blue) = 100+123+133=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 133 - color contains mainly: blue. Hex color #647B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647B85 is #9B847A. Grayscale: #757575. Windows color (decimal): -10191995 or 8747876. OLE color: 8747876.

HSL color Cylindrical-coordinate representation of color #647B85: hue angle of 198.18º 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 #647B85 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 123 133 -
CMYK 0.25 0.08 0 0.48
HSL 198.18º 0.14% 0.46% -
HSV(B) 198.18º 0.25% 0.52% -
XYZ 16.57 18.57 24.9 -
YUV 117.26 136.88 115.69 -
System Red Green Blue C M Y K H S L
Decimal 100 123 133 0.25 0.08 0 0.48 198.18 0.14 0.46
Hex 64 7B 85 19 8 0 30 C6 E 2E
Octal 144 173 205 31 10 0 60 306 16 56
Binary 1100100 1111011 10000101 11001 1000 0 110000 11000110 1110 101110

Color Harmonies of #647B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647B85

Black with #647B85

Text Example


Text Example

White with #647B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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