#639095

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

Shades of Gothic #639095

Tints of Gothic #639095

Color information

#639095 (or 0x639095) is unknown color: approx Gothic. HEX triplet: 63, 90 and 95. RGB value is (99,144,149). Sum of RGB (Red+Green+Blue) = 99+144+149=392 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.26% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 149 - color contains mainly: blue. Hex color #639095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639095 is #9C6F6A. Grayscale: #838383. Windows color (decimal): -10252139 or 9801827. OLE color: 9801827.

HSL color Cylindrical-coordinate representation of color #639095: hue angle of 186º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #639095 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB99144149-
CMYK0.340.0300.42
HSL186º20.16%48.63%-
HSV(B)186º33.56%58.43%-
XYZ20.5424.7732.13-
YUV131.11138.09105.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.26%
GREEN value IS 144 (56.64% from 255) = 36.73%
BLUE value IS 149 (58.59% from 255) = 38.01%
R=25.26%
G=36.73%
B=38.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991441490.340.0300.4218620.1648.63
Hex63909522302Aba1431
Octal1432202254230522722461
Binary110001110010000100101011000101101010101011101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639095; }

 p { color: rgb(99,144,149); }

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

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

 a { background-color: rgb(99,144,149); }

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

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

 span { border-color: rgb(99,144,149); }

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