#667D83

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

Shades of Hoki #667D83

Tints of Hoki #667D83

Color information

#667D83 (or 0x667D83) is unknown color: approx Hoki. HEX triplet: 66, 7D and 83. RGB value is (102,125,131). Sum of RGB (Red+Green+Blue) = 102+125+131=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 131 - color contains mainly: blue. Hex color #667D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667D83 is #99827C. Grayscale: #767676. Windows color (decimal): -10060413 or 8617318. OLE color: 8617318.

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

Color convert

RGB102125131-
CMYK0.220.0500.49
HSL192.41º12.45%45.69%-
HSV(B)192.41º22.14%51.37%-
XYZ16.9119.1324.27-
YUV118.81134.88116.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.49%
GREEN value IS 125 (49.22% from 255) = 34.92%
BLUE value IS 131 (51.56% from 255) = 36.59%
R=28.49%
G=34.92%
B=36.59%

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
Decimal1021251310.220.0500.49192.4112.4545.69
Hex667D83165031c0c2e
Octal1461752032650613001456
Binary1100110111110110000011101101010110001110000001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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