Html Css Color HEX #668286 Hoki

📋 copy color: '#668286'

red 102 ◦ green 130 ◦ blue 134

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

Shades of Hoki #668286

Tints of Hoki #668286

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.52%

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

R = 27.87%
G = 35.52%
B = 36.61%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#668286 (or 0x668286) is known color: Hoki. HEX triplet: 66, 82 and 86. RGB value is (102,130,134). Sum of RGB (Red+Green+Blue) = 102+130+134=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 134 - color contains mainly: blue. Hex color #668286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668286 is #997D79. Grayscale: #7A7A7A. Windows color (decimal): -10059130 or 8815206. OLE color: 8815206.

HSL color Cylindrical-coordinate representation of color #668286: hue angle of 187.5º 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 #668286 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 130 134 -
CMYK 0.24 0.03 0 0.47
HSL 187.5º 0.14% 0.46% -
HSV(B) 187.5º 0.24% 0.53% -
XYZ 17.77 20.51 25.58 -
YUV 122.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 102 130 134 0.24 0.03 0 0.47 187.5 0.14 0.46
Hex 66 82 86 18 3 0 2F BC E 2E
Octal 146 202 206 30 3 0 57 274 16 56
Binary 1100110 10000010 10000110 11000 11 0 101111 10111100 1110 101110

Color Harmonies of #668286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668286

Black with #668286

Text Example


Text Example

White with #668286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668286; }

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

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

background-color css

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

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

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

border-color css

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

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

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