#669196

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

Shades of Gothic #669196

Tints of Gothic #669196

Color information

#669196 (or 0x669196) is unknown color: approx Gothic. HEX triplet: 66, 91 and 96. RGB value is (102,145,150). Sum of RGB (Red+Green+Blue) = 102+145+150=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 150 - color contains mainly: blue. Hex color #669196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669196 is #996E69. Grayscale: #848484. Windows color (decimal): -10055274 or 9867622. OLE color: 9867622.

HSL color Cylindrical-coordinate representation of color #669196: hue angle of 186.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669196 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB102145150-
CMYK0.320.0300.41
HSL186.25º19.05%49.41%-
HSV(B)186.25º32%58.82%-
XYZ21.1125.2832.62-
YUV132.71137.75106.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.69%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 150 (58.98% from 255) = 37.78%
R=25.69%
G=36.52%
B=37.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1021451500.320.0300.41186.2519.0549.41
Hex669196203029ba1331
Octal1462212264030512722361
Binary110011010010001100101101000001101010011011101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669196; }

 p { color: rgb(102,145,150); }

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

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

 a { background-color: rgb(102,145,150); }

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

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

 span { border-color: rgb(102,145,150); }

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