#669092

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

Shades of Gothic #669092

Tints of Gothic #669092

Color information

#669092 (or 0x669092) is unknown color: approx Gothic. HEX triplet: 66, 90 and 92. RGB value is (102,144,146). Sum of RGB (Red+Green+Blue) = 102+144+146=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 146 - color contains mainly: blue. Hex color #669092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669092 is #996F6D. Grayscale: #838383. Windows color (decimal): -10055534 or 9605222. OLE color: 9605222.

HSL color Cylindrical-coordinate representation of color #669092: hue angle of 182.73º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #669092 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB102144146-
CMYK0.300.0100.43
HSL182.73º17.74%48.63%-
HSV(B)182.73º30.14%57.25%-
XYZ20.6424.8530.9-
YUV131.67136.09106.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.02%
GREEN value IS 144 (56.64% from 255) = 36.73%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=26.02%
G=36.73%
B=37.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021441460.300.0100.43182.7317.7448.63
Hex6690921E102Bb71231
Octal1462202223610532672261
Binary1100110100100001001001011110101010111011011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669092; }

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

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

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

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

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

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

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

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