#667F88

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

Shades of Hoki #667F88

Tints of Hoki #667F88

Color information

#667F88 (or 0x667F88) is unknown color: approx Hoki. HEX triplet: 66, 7F and 88. RGB value is (102,127,136). Sum of RGB (Red+Green+Blue) = 102+127+136=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 136 - color contains mainly: blue. Hex color #667F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667F88 is #998077. Grayscale: #787878. Windows color (decimal): -10059896 or 8945510. OLE color: 8945510.

HSL color Cylindrical-coordinate representation of color #667F88: hue angle of 195.88º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #667F88 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB102127136-
CMYK0.250.0700.47
HSL195.88º14.29%46.67%-
HSV(B)195.88º25%53.33%-
XYZ17.5119.7826.19-
YUV120.55136.72114.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.95%
GREEN value IS 127 (50% from 255) = 34.79%
BLUE value IS 136 (53.52% from 255) = 37.26%
R=27.95%
G=34.79%
B=37.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021271360.250.0700.47195.8814.2946.67
Hex667F8819702Fc4e2f
Octal1461772103170573041657
Binary1100110111111110001000110011110101111110001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,127,136); }

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

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

 a { background-color: rgb(102,127,136); }

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

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

 span { border-color: rgb(102,127,136); }

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