#6251C8

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

Shades of Slate Blue #6251C8

Tints of Slate Blue #6251C8

Color information

#6251C8 (or 0x6251C8) is unknown color: approx Slate Blue. HEX triplet: 62, 51 and C8. RGB value is (98,81,200). Sum of RGB (Red+Green+Blue) = 98+81+200=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #6251C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6251C8 is #9DAE37. Grayscale: #636363. Windows color (decimal): -10333752 or 13128034. OLE color: 13128034.

HSL color Cylindrical-coordinate representation of color #6251C8: hue angle of 248.57º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6251C8 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9881200-
CMYK0.510.5900.22
HSL248.57º51.97%55.1%-
HSV(B)248.57º59.5%78.43%-
XYZ18.412.6556.12-
YUV99.65184.63126.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.86%
GREEN value IS 81 (32.03% from 255) = 21.37%
BLUE value IS 200 (78.52% from 255) = 52.77%
R=25.86%
G=21.37%
B=52.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal98812000.510.5900.22248.5751.9755.1
Hex6251C8333B016f93437
Octal14212131063730263716467
Binary110001010100011100100011001111101101011011111001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6251C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6251C8; }

 p { color: rgb(98,81,200); }

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

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

 a { background-color: rgb(98,81,200); }

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

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

 span { border-color: rgb(98,81,200); }

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