#668F92

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

Shades of Gothic #668F92

Tints of Gothic #668F92

Color information

#668F92 (or 0x668F92) is unknown color: approx Gothic. HEX triplet: 66, 8F and 92. RGB value is (102,143,146). Sum of RGB (Red+Green+Blue) = 102+143+146=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 146 - color contains mainly: blue. Hex color #668F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668F92 is #99706D. Grayscale: #838383. Windows color (decimal): -10055790 or 9604966. OLE color: 9604966.

HSL color Cylindrical-coordinate representation of color #668F92: hue angle of 184.09º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #668F92 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB102143146-
CMYK0.300.0200.43
HSL184.09º17.74%48.63%-
HSV(B)184.09º30.14%57.25%-
XYZ20.4924.5530.85-
YUV131.08136.42107.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.09%
GREEN value IS 143 (56.25% from 255) = 36.57%
BLUE value IS 146 (57.42% from 255) = 37.34%
R=26.09%
G=36.57%
B=37.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021431460.300.0200.43184.0917.7448.63
Hex668F921E202Bb81231
Octal1462172223620532702261
Binary11001101000111110010010111101001010111011100010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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