#668C93

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

Shades of Gothic #668C93

Tints of Gothic #668C93

Color information

#668C93 (or 0x668C93) is unknown color: approx Gothic. HEX triplet: 66, 8C and 93. RGB value is (102,140,147). Sum of RGB (Red+Green+Blue) = 102+140+147=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 147 - color contains mainly: blue. Hex color #668C93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668C93 is #99736C. Grayscale: #818181. Windows color (decimal): -10056557 or 9669734. OLE color: 9669734.

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

Color convert

RGB102140147-
CMYK0.310.0500.42
HSL189.33º18.07%48.82%-
HSV(B)189.33º30.61%57.65%-
XYZ20.1223.6931.12-
YUV129.44137.91108.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.22%
GREEN value IS 140 (55.08% from 255) = 35.99%
BLUE value IS 147 (57.81% from 255) = 37.79%
R=26.22%
G=35.99%
B=37.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021401470.310.0500.42189.3318.0748.82
Hex668C931F502Abd1231
Octal1462142233750522752261
Binary110011010001100100100111111110101010101011110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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