#6252cd

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

Shades of Slate Blue #6252CD

Tints of Slate Blue #6252CD

Color information

#6252CD (or 0x6252CD) is unknown color: approx Slate Blue. HEX triplet: 62, 52 and CD. RGB value is (98,82,205). Sum of RGB (Red+Green+Blue) = 98+82+205=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #6252CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6252CD is #9DAD32. Grayscale: #646464. Windows color (decimal): -10333491 or 13455970. OLE color: 13455970.

HSL color Cylindrical-coordinate representation of color #6252CD: hue angle of 247.8º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6252CD is Cyan = 0.52, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9882205-
CMYK0.520.600.20
HSL247.8º55.16%56.27%-
HSV(B)247.8º60%80.39%-
XYZ19.0713.0459.27-
YUV100.81186.8126-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.45%
GREEN value IS 82 (32.42% from 255) = 21.30%
BLUE value IS 205 (80.47% from 255) = 53.25%
R=25.45%
G=21.30%
B=53.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal98822050.520.600.20247.855.1656.27
Hex6252CD343C014f83738
Octal14212231564740243706770
Binary110001010100101100110111010011110001010011111000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6252cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6252cd; }

 p { color: rgb(98,82,205); }

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

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

 a { background-color: rgb(98,82,205); }

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

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

 span { border-color: rgb(98,82,205); }

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