#669195

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

Shades of Gothic #669195

Tints of Gothic #669195

Color information

#669195 (or 0x669195) is unknown color: approx Gothic. HEX triplet: 66, 91 and 95. RGB value is (102,145,149). Sum of RGB (Red+Green+Blue) = 102+145+149=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 149 - color contains mainly: blue. Hex color #669195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669195 is #996E6A. Grayscale: #848484. Windows color (decimal): -10055275 or 9802086. OLE color: 9802086.

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

Color convert

RGB102145149-
CMYK0.320.0300.42
HSL185.11º18.73%49.22%-
HSV(B)185.11º31.54%58.43%-
XYZ21.0325.2532.2-
YUV132.6137.25106.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.76%
GREEN value IS 145 (57.03% from 255) = 36.62%
BLUE value IS 149 (58.59% from 255) = 37.63%
R=25.76%
G=36.62%
B=37.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021451490.320.0300.42185.1118.7349.22
Hex66919520302Ab91331
Octal1462212254030522712361
Binary110011010010001100101011000001101010101011100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669195; }

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

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

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

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

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

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

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

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