#668991

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

Shades of Gothic #668991

Tints of Gothic #668991

Color information

#668991 (or 0x668991) is unknown color: approx Gothic. HEX triplet: 66, 89 and 91. RGB value is (102,137,145). Sum of RGB (Red+Green+Blue) = 102+137+145=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 145 - color contains mainly: blue. Hex color #668991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668991 is #99766E. Grayscale: #7F7F7F. Windows color (decimal): -10057327 or 9537894. OLE color: 9537894.

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

Color convert

RGB102137145-
CMYK0.300.0600.43
HSL191.16º17.41%48.43%-
HSV(B)191.16º29.66%56.86%-
XYZ19.5422.7630.15-
YUV127.45137.9109.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.56%
GREEN value IS 137 (53.91% from 255) = 35.68%
BLUE value IS 145 (57.03% from 255) = 37.76%
R=26.56%
G=35.68%
B=37.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021371450.300.0600.43191.1617.4148.43
Hex6689911E602Bbf1130
Octal1462112213660532772160
Binary110011010001001100100011111011001010111011111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668991; }

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

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

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

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

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

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

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

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