#669297

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

Shades of Gothic #669297

Tints of Gothic #669297

Color information

#669297 (or 0x669297) is unknown color: approx Gothic. HEX triplet: 66, 92 and 97. RGB value is (102,146,151). Sum of RGB (Red+Green+Blue) = 102+146+151=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 151 - color contains mainly: blue. Hex color #669297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669297 is #996D68. Grayscale: #858585. Windows color (decimal): -10055017 or 9933414. OLE color: 9933414.

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

Color convert

RGB102146151-
CMYK0.320.0300.41
HSL186.12º19.37%49.61%-
HSV(B)186.12º32.45%59.22%-
XYZ21.3425.6233.1-
YUV133.41137.92105.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.56%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 151 (59.38% from 255) = 37.84%
R=25.56%
G=36.59%
B=37.84%

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
Decimal1021461510.320.0300.41186.1219.3749.61
Hex669297203029ba1332
Octal1462222274030512722362
Binary110011010010010100101111000001101010011011101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669297; }

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

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

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

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

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

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

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

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