#668183

Color #668183 Hoki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hoki #668183

Tints of Hoki #668183

Color information

#668183 (or 0x668183) is unknown color: approx Hoki. HEX triplet: 66, 81 and 83. RGB value is (102,129,131). Sum of RGB (Red+Green+Blue) = 102+129+131=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 131 - color contains mainly: blue. Hex color #668183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668183 is #997E7C. Grayscale: #797979. Windows color (decimal): -10059389 or 8618342. OLE color: 8618342.

HSL color Cylindrical-coordinate representation of color #668183: hue angle of 184.14º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #668183 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB102129131-
CMYK0.220.0200.49
HSL184.14º12.45%45.69%-
HSV(B)184.14º22.14%51.37%-
XYZ17.4320.1624.45-
YUV121.16133.55114.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.18%
GREEN value IS 129 (50.78% from 255) = 35.64%
BLUE value IS 131 (51.56% from 255) = 36.19%
R=28.18%
G=35.64%
B=36.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021291310.220.0200.49184.1412.4545.69
Hex668183162031b8c2e
Octal1462012032620612701456
Binary1100110100000011000001110110100110001101110001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668183; }

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

 H1.HeaderClassName
 {
   color: #668183;
 }
 .AnyTagClassName
 {
   color: #668183;
 }
</style>
background-color css

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

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

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

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

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

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