#668284

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

Shades of Hoki #668284

Tints of Hoki #668284

Color information

#668284 (or 0x668284) is unknown color: approx Hoki. HEX triplet: 66, 82 and 84. RGB value is (102,130,132). Sum of RGB (Red+Green+Blue) = 102+130+132=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 132 - color contains mainly: blue. Hex color #668284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668284 is #997D7B. Grayscale: #797979. Windows color (decimal): -10059132 or 8684134. OLE color: 8684134.

HSL color Cylindrical-coordinate representation of color #668284: hue angle of 184º 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 #668284 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB102130132-
CMYK0.230.0200.48
HSL184º12.82%45.88%-
HSV(B)184º22.73%51.76%-
XYZ17.6320.4624.85-
YUV121.86133.72113.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.02%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 132 (51.95% from 255) = 36.26%
R=28.02%
G=35.71%
B=36.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021301320.230.0200.4818412.8245.88
Hex668284172030b8d2e
Octal1462022042720602701556
Binary1100110100000101000010010111100110000101110001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668284; }

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

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

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

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

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

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

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

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