#668A93

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

Shades of Gothic #668A93

Tints of Gothic #668A93

Color information

#668A93 (or 0x668A93) is unknown color: approx Gothic. HEX triplet: 66, 8A and 93. RGB value is (102,138,147). Sum of RGB (Red+Green+Blue) = 102+138+147=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 147 - color contains mainly: blue. Hex color #668A93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668A93 is #99756C. Grayscale: #808080. Windows color (decimal): -10057069 or 9669222. OLE color: 9669222.

HSL color Cylindrical-coordinate representation of color #668A93: hue angle of 192º 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 #668A93 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB102138147-
CMYK0.310.0600.42
HSL192º18.07%48.82%-
HSV(B)192º30.61%57.65%-
XYZ19.8323.1131.02-
YUV128.26138.57109.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.36%
GREEN value IS 138 (54.30% from 255) = 35.66%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=26.36%
G=35.66%
B=37.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021381470.310.0600.4219218.0748.82
Hex668A931F602Ac01231
Octal1462122233760523002261
Binary110011010001010100100111111111001010101100000010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,138,147); }

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

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

 a { background-color: rgb(102,138,147); }

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

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

 span { border-color: rgb(102,138,147); }

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