#669096

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

Shades of Gothic #669096

Tints of Gothic #669096

Color information

#669096 (or 0x669096) is unknown color: approx Gothic. HEX triplet: 66, 90 and 96. RGB value is (102,144,150). Sum of RGB (Red+Green+Blue) = 102+144+150=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 150 - color contains mainly: blue. Hex color #669096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669096 is #996F69. Grayscale: #848484. Windows color (decimal): -10055530 or 9867366. OLE color: 9867366.

HSL color Cylindrical-coordinate representation of color #669096: hue angle of 187.5º 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 #669096 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB102144150-
CMYK0.320.0400.41
HSL187.5º19.05%49.41%-
HSV(B)187.5º32%58.82%-
XYZ20.9624.9732.57-
YUV132.13138.09106.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.76%
GREEN value IS 144 (56.64% from 255) = 36.36%
BLUE value IS 150 (58.98% from 255) = 37.88%
R=25.76%
G=36.36%
B=37.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1021441500.320.0400.41187.519.0549.41
Hex669096204029bb1331
Octal1462202264040512732361
Binary1100110100100001001011010000010001010011011101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669096; }

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

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

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

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

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

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

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

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