#6255CA

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

Shades of Slate Blue #6255CA

Tints of Slate Blue #6255CA

Color information

#6255CA (or 0x6255CA) is unknown color: approx Slate Blue. HEX triplet: 62, 55 and CA. RGB value is (98,85,202). Sum of RGB (Red+Green+Blue) = 98+85+202=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #6255CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6255CA is #9DAA35. Grayscale: #656565. Windows color (decimal): -10332726 or 13260130. OLE color: 13260130.

HSL color Cylindrical-coordinate representation of color #6255CA: hue angle of 246.67º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6255CA is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9885202-
CMYK0.510.5800.21
HSL246.67º52.47%56.27%-
HSV(B)246.67º57.92%79.22%-
XYZ18.9513.3657.46-
YUV102.22184.31124.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.45%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 202 (79.30% from 255) = 52.47%
R=25.45%
G=22.08%
B=52.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal98852020.510.5800.21246.6752.4756.27
Hex6255CA333A015f73438
Octal14212531263720253676470
Binary110001010101011100101011001111101001010111110111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6255CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6255CA; }

 p { color: rgb(98,85,202); }

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

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

 a { background-color: rgb(98,85,202); }

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

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

 span { border-color: rgb(98,85,202); }

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