Html Css Color HEX #668185 Hoki

📋 copy color: '#668185'

red 102 ◦ green 129 ◦ blue 133

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

Shades of Hoki #668185

Tints of Hoki #668185

RGB

 RED value IS 102 (40.23% from 255) = 28.02%

 GREEN value IS 129 (50.78% from 255) = 35.44%

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

R = 28.02%
G = 35.44%
B = 36.54%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#668185 (or 0x668185) is known color: Hoki. HEX triplet: 66, 81 and 85. RGB value is (102,129,133). Sum of RGB (Red+Green+Blue) = 102+129+133=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 133 - color contains mainly: blue. Hex color #668185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668185 is #997E7A. Grayscale: #797979. Windows color (decimal): -10059387 or 8749414. OLE color: 8749414.

HSL color Cylindrical-coordinate representation of color #668185: hue angle of 187.74º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #668185 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 129 133 -
CMYK 0.23 0.03 0 0.48
HSL 187.74º 0.13% 0.46% -
HSV(B) 187.74º 0.23% 0.52% -
XYZ 17.56 20.22 25.17 -
YUV 121.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 102 129 133 0.23 0.03 0 0.48 187.74 0.13 0.46
Hex 66 81 85 17 3 0 30 BC D 2E
Octal 146 201 205 27 3 0 60 274 15 56
Binary 1100110 10000001 10000101 10111 11 0 110000 10111100 1101 101110

Color Harmonies of #668185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668185

Black with #668185

Text Example


Text Example

White with #668185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668185; }

 p { color: rgb(102,129,133); }

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

background-color css

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

 a { background-color: rgb(102,129,133); }

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

border-color css

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

 span { border-color: rgb(102,129,133); }

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