#6370D9

Color #6370D9 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6370D9

Tints of Slate Blue #6370D9

Color information

#6370D9 (or 0x6370D9) is unknown color: approx Slate Blue. HEX triplet: 63, 70 and D9. RGB value is (99,112,217). Sum of RGB (Red+Green+Blue) = 99+112+217=428 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.13% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 217 (85.16% from 255 or 50.70% from 428); Max value from RGB is 217 - color contains mainly: blue. Hex color #6370D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6370D9 is #9C8F26. Grayscale: #777777. Windows color (decimal): -10260263 or 14250083. OLE color: 14250083.

HSL color Cylindrical-coordinate representation of color #6370D9: hue angle of 233.39º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6370D9 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB99112217-
CMYK0.540.4800.15
HSL233.39º60.82%61.96%-
HSV(B)233.39º54.38%85.1%-
XYZ23.4619.2568.12-
YUV120.08182.69112.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.13%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 217 (85.16% from 255) = 50.70%
R=23.13%
G=26.17%
B=50.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal991122170.540.4800.15233.3960.8261.96
Hex6370D936300Fe93d3e
Octal14316033166600173517576
Binary11000111110000110110011101101100000111111101001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6370D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6370D9; }

 p { color: rgb(99,112,217); }

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

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

 a { background-color: rgb(99,112,217); }

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

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

 span { border-color: rgb(99,112,217); }

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