#667C83

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

Shades of Hoki #667C83

Tints of Hoki #667C83

Color information

#667C83 (or 0x667C83) is unknown color: approx Hoki. HEX triplet: 66, 7C and 83. RGB value is (102,124,131). Sum of RGB (Red+Green+Blue) = 102+124+131=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 131 - color contains mainly: blue. Hex color #667C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667C83 is #99837C. Grayscale: #767676. Windows color (decimal): -10060669 or 8617062. OLE color: 8617062.

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

Color convert

RGB102124131-
CMYK0.220.0500.49
HSL194.48º12.45%45.69%-
HSV(B)194.48º22.14%51.37%-
XYZ16.7818.8824.23-
YUV118.22135.21116.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 124 (48.83% from 255) = 34.73%
BLUE value IS 131 (51.56% from 255) = 36.69%
R=28.57%
G=34.73%
B=36.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021241310.220.0500.49194.4812.4545.69
Hex667C83165031c2c2e
Octal1461742032650613021456
Binary1100110111110010000011101101010110001110000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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