#667B83

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

Shades of Hoki #667B83

Tints of Hoki #667B83

Color information

#667B83 (or 0x667B83) is unknown color: approx Hoki. HEX triplet: 66, 7B and 83. RGB value is (102,123,131). Sum of RGB (Red+Green+Blue) = 102+123+131=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 131 - color contains mainly: blue. Hex color #667B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667B83 is #99847C. Grayscale: #757575. Windows color (decimal): -10060925 or 8616806. OLE color: 8616806.

HSL color Cylindrical-coordinate representation of color #667B83: hue angle of 196.55º 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 #667B83 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB102123131-
CMYK0.220.0600.49
HSL196.55º12.45%45.69%-
HSV(B)196.55º22.14%51.37%-
XYZ16.6618.6324.19-
YUV117.63135.54116.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.65%
GREEN value IS 123 (48.44% from 255) = 34.55%
BLUE value IS 131 (51.56% from 255) = 36.80%
R=28.65%
G=34.55%
B=36.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021231310.220.0600.49196.5512.4545.69
Hex667B83166031c5c2e
Octal1461732032660613051456
Binary1100110111101110000011101101100110001110001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667B83; }

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

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

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

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

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

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

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

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