Html Css Color HEX #668086 Hoki

📋 copy color: '#668086'

red 102 ◦ green 128 ◦ blue 134

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

Shades of Hoki #668086

Tints of Hoki #668086

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.16%

 BLUE value IS 134 (52.73% from 255) = 36.81%

R = 28.02%
G = 35.16%
B = 36.81%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#668086 (or 0x668086) is known color: Hoki. HEX triplet: 66, 80 and 86. RGB value is (102,128,134). Sum of RGB (Red+Green+Blue) = 102+128+134=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 134 - color contains mainly: blue. Hex color #668086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668086 is #997F79. Grayscale: #787878. Windows color (decimal): -10059642 or 8814694. OLE color: 8814694.

HSL color Cylindrical-coordinate representation of color #668086: hue angle of 191.25º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #668086 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 128 134 -
CMYK 0.24 0.04 0 0.47
HSL 191.25º 0.14% 0.46% -
HSV(B) 191.25º 0.24% 0.53% -
XYZ 17.5 19.98 25.49 -
YUV 120.91 135.39 114.51 -
System Red Green Blue C M Y K H S L
Decimal 102 128 134 0.24 0.04 0 0.47 191.25 0.14 0.46
Hex 66 80 86 18 4 0 2F BF E 2E
Octal 146 200 206 30 4 0 57 277 16 56
Binary 1100110 10000000 10000110 11000 100 0 101111 10111111 1110 101110

Color Harmonies of #668086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668086

Black with #668086

Text Example


Text Example

White with #668086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668086; }

 p { color: rgb(102,128,134); }

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

background-color css

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

 a { background-color: rgb(102,128,134); }

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

border-color css

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

 span { border-color: rgb(102,128,134); }

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