#669097

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

Shades of Gothic #669097

Tints of Gothic #669097

Color information

#669097 (or 0x669097) is unknown color: approx Gothic. HEX triplet: 66, 90 and 97. RGB value is (102,144,151). Sum of RGB (Red+Green+Blue) = 102+144+151=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 151 - color contains mainly: blue. Hex color #669097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669097 is #996F68. Grayscale: #848484. Windows color (decimal): -10055529 or 9932902. OLE color: 9932902.

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

Color convert

RGB102144151-
CMYK0.320.0500.41
HSL188.57º19.37%49.61%-
HSV(B)188.57º32.45%59.22%-
XYZ21.0425.0133-
YUV132.24138.59106.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.69%
GREEN value IS 144 (56.64% from 255) = 36.27%
BLUE value IS 151 (59.38% from 255) = 38.04%
R=25.69%
G=36.27%
B=38.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1021441510.320.0500.41188.5719.3749.61
Hex669097205029bd1332
Octal1462202274050512752362
Binary1100110100100001001011110000010101010011011110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669097; }

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

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

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

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

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

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

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

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