#6255DC

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

Shades of Slate Blue #6255DC

Tints of Slate Blue #6255DC

Color information

#6255DC (or 0x6255DC) is unknown color: approx Slate Blue. HEX triplet: 62, 55 and DC. RGB value is (98,85,220). Sum of RGB (Red+Green+Blue) = 98+85+220=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #6255DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6255DC is #9DAA23. Grayscale: #676767. Windows color (decimal): -10332708 or 14439778. OLE color: 14439778.

HSL color Cylindrical-coordinate representation of color #6255DC: hue angle of 245.78º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6255DC is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9885220-
CMYK0.550.6100.14
HSL245.78º65.85%59.8%-
HSV(B)245.78º61.36%86.27%-
XYZ21.214.2669.35-
YUV104.28193.31123.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.32%
GREEN value IS 85 (33.59% from 255) = 21.09%
BLUE value IS 220 (86.33% from 255) = 54.59%
R=24.32%
G=21.09%
B=54.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal98852200.550.6100.14245.7865.8559.8
Hex6255DC373D0Ef6423c
Octal142125334677501636610274
Binary110001010101011101110011011111110101110111101101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6255DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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