#658f93

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

Shades of Gothic #658F93

Tints of Gothic #658F93

Color information

#658F93 (or 0x658F93) is unknown color: approx Gothic. HEX triplet: 65, 8F and 93. RGB value is (101,143,147). Sum of RGB (Red+Green+Blue) = 101+143+147=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 147 - color contains mainly: blue. Hex color #658F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658F93 is #9A706C. Grayscale: #828282. Windows color (decimal): -10121325 or 9670501. OLE color: 9670501.

HSL color Cylindrical-coordinate representation of color #658F93: hue angle of 185.22º degrees, saturation: 0.19, 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 #658F93 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB101143147-
CMYK0.310.0300.42
HSL185.22º18.55%48.63%-
HSV(B)185.22º31.29%57.65%-
XYZ20.4624.5231.26-
YUV130.9137.09106.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.83%
GREEN value IS 143 (56.25% from 255) = 36.57%
BLUE value IS 147 (57.81% from 255) = 37.60%
R=25.83%
G=36.57%
B=37.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011431470.310.0300.42185.2218.5548.63
Hex658F931F302Ab91331
Octal1452172233730522712361
Binary11001011000111110010011111111101010101011100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658f93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658f93; }

 p { color: rgb(101,143,147); }

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

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

 a { background-color: rgb(101,143,147); }

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

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

 span { border-color: rgb(101,143,147); }

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