Html Css Color HEX #668288 Hoki

📋 copy color: '#668288'

red 102 ◦ green 130 ◦ blue 136

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

Shades of Hoki #668288

Tints of Hoki #668288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.96%

R = 27.72%
G = 35.33%
B = 36.96%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#668288 (or 0x668288) is known color: Hoki. HEX triplet: 66, 82 and 88. RGB value is (102,130,136). Sum of RGB (Red+Green+Blue) = 102+130+136=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 136 - color contains mainly: blue. Hex color #668288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668288 is #997D77. Grayscale: #7A7A7A. Windows color (decimal): -10059128 or 8946278. OLE color: 8946278.

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

Color convert

RGB 102 130 136 -
CMYK 0.25 0.04 0 0.47
HSL 190.59º 0.14% 0.47% -
HSV(B) 190.59º 0.25% 0.53% -
XYZ 17.91 20.57 26.32 -
YUV 122.31 135.72 113.51 -
System Red Green Blue C M Y K H S L
Decimal 102 130 136 0.25 0.04 0 0.47 190.59 0.14 0.47
Hex 66 82 88 19 4 0 2F BF E 2F
Octal 146 202 210 31 4 0 57 277 16 57
Binary 1100110 10000010 10001000 11001 100 0 101111 10111111 1110 101111

Color Harmonies of #668288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668288

Black with #668288

Text Example


Text Example

White with #668288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668288; }

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

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

background-color css

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

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

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

border-color css

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

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

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