#668F91

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

Shades of Gothic #668F91

Tints of Gothic #668F91

Color information

#668F91 (or 0x668F91) is unknown color: approx Gothic. HEX triplet: 66, 8F and 91. RGB value is (102,143,145). Sum of RGB (Red+Green+Blue) = 102+143+145=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 145 - color contains mainly: blue. Hex color #668F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668F91 is #99706E. Grayscale: #828282. Windows color (decimal): -10055791 or 9539430. OLE color: 9539430.

HSL color Cylindrical-coordinate representation of color #668F91: hue angle of 182.79º 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 #668F91 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB102143145-
CMYK0.300.0100.43
HSL182.79º17.41%48.43%-
HSV(B)182.79º29.66%56.86%-
XYZ20.4124.5130.44-
YUV130.97135.92107.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.15%
GREEN value IS 143 (56.25% from 255) = 36.67%
BLUE value IS 145 (57.03% from 255) = 37.18%
R=26.15%
G=36.67%
B=37.18%

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
Decimal1021431450.300.0100.43182.7917.4148.43
Hex668F911E102Bb71130
Octal1462172213610532672160
Binary1100110100011111001000111110101010111011011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668F91; }

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

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

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

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

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

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

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

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