#669094

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

Shades of Gothic #669094

Tints of Gothic #669094

Color information

#669094 (or 0x669094) is unknown color: approx Gothic. HEX triplet: 66, 90 and 94. RGB value is (102,144,148). Sum of RGB (Red+Green+Blue) = 102+144+148=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 148 - color contains mainly: blue. Hex color #669094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669094 is #996F6B. Grayscale: #838383. Windows color (decimal): -10055532 or 9736294. OLE color: 9736294.

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

Color convert

RGB102144148-
CMYK0.310.0300.42
HSL185.22º18.4%49.02%-
HSV(B)185.22º31.08%58.04%-
XYZ20.824.9131.73-
YUV131.9137.09106.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.89%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 148 (58.20% from 255) = 37.56%
R=25.89%
G=36.55%
B=37.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021441480.310.0300.42185.2218.449.02
Hex6690941F302Ab91231
Octal1462202243730522712261
Binary11001101001000010010100111111101010101011100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669094; }

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

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

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

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

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

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

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

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