#6254CB

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

Shades of Slate Blue #6254CB

Tints of Slate Blue #6254CB

Color information

#6254CB (or 0x6254CB) is unknown color: approx Slate Blue. HEX triplet: 62, 54 and CB. RGB value is (98,84,203). Sum of RGB (Red+Green+Blue) = 98+84+203=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #6254CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6254CB is #9DAB34. Grayscale: #656565. Windows color (decimal): -10332981 or 13325410. OLE color: 13325410.

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

Color convert

RGB9884203-
CMYK0.520.5900.20
HSL247.06º53.36%56.27%-
HSV(B)247.06º58.62%79.61%-
XYZ18.9913.2558.06-
YUV101.75185.14125.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.45%
GREEN value IS 84 (33.20% from 255) = 21.82%
BLUE value IS 203 (79.69% from 255) = 52.73%
R=25.45%
G=21.82%
B=52.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal98842030.520.5900.20247.0653.3656.27
Hex6254CB343B014f73538
Octal14212431364730243676570
Binary110001010101001100101111010011101101010011110111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6254CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6254CB; }

 p { color: rgb(98,84,203); }

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

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

 a { background-color: rgb(98,84,203); }

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

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

 span { border-color: rgb(98,84,203); }

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