#636875

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

Shades of Raven #636875

Tints of Raven #636875

Color information

#636875 (or 0x636875) is unknown color: approx Raven. HEX triplet: 63, 68 and 75. RGB value is (99,104,117). Sum of RGB (Red+Green+Blue) = 99+104+117=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: blue. Hex color #636875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636875 is #9C978A. Grayscale: #676767. Windows color (decimal): -10262411 or 7694435. OLE color: 7694435.

HSL color Cylindrical-coordinate representation of color #636875: hue angle of 223.33º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #636875 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB99104117-
CMYK0.150.1100.54
HSL223.33º8.33%42.35%-
HSV(B)223.33º15.38%45.88%-
XYZ13.3113.8418.8-
YUV103.99135.34124.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.94%
GREEN value IS 104 (41.02% from 255) = 32.5%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=30.94%
G=32.5%
B=36.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal991041170.150.1100.54223.338.3342.35
Hex636875FB036df82a
Octal14315016517130663371052
Binary110001111010001110101111110110110110110111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636875; }

 p { color: rgb(99,104,117); }

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

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

 a { background-color: rgb(99,104,117); }

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

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

 span { border-color: rgb(99,104,117); }

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