#668990

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

Shades of Gothic #668990

Tints of Gothic #668990

Color information

#668990 (or 0x668990) is unknown color: approx Gothic. HEX triplet: 66, 89 and 90. RGB value is (102,137,144). Sum of RGB (Red+Green+Blue) = 102+137+144=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 144 - color contains mainly: blue. Hex color #668990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668990 is #99766F. Grayscale: #7F7F7F. Windows color (decimal): -10057328 or 9472358. OLE color: 9472358.

HSL color Cylindrical-coordinate representation of color #668990: hue angle of 190º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #668990 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB102137144-
CMYK0.290.0500.44
HSL190º17.07%48.24%-
HSV(B)190º29.17%56.47%-
XYZ19.4622.7329.75-
YUV127.33137.4109.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.63%
GREEN value IS 137 (53.91% from 255) = 35.77%
BLUE value IS 144 (56.64% from 255) = 37.60%
R=26.63%
G=35.77%
B=37.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021371440.290.0500.4419017.0748.24
Hex6689901D502Cbe1130
Octal1462112203550542762160
Binary110011010001001100100001110110101011001011111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668990; }

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

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

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

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

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

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

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

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