#6255DD

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

Shades of Slate Blue #6255DD

Tints of Slate Blue #6255DD

Color information

#6255DD (or 0x6255DD) is unknown color: approx Slate Blue. HEX triplet: 62, 55 and DD. RGB value is (98,85,221). Sum of RGB (Red+Green+Blue) = 98+85+221=404 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.26% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #6255DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6255DD is #9DAA22. Grayscale: #676767. Windows color (decimal): -10332707 or 14505314. OLE color: 14505314.

HSL color Cylindrical-coordinate representation of color #6255DD: hue angle of 245.74º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6255DD is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9885221-
CMYK0.560.6200.13
HSL245.74º66.67%60%-
HSV(B)245.74º61.54%86.67%-
XYZ21.3414.3170.04-
YUV104.39193.81123.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.26%
GREEN value IS 85 (33.59% from 255) = 21.04%
BLUE value IS 221 (86.72% from 255) = 54.70%
R=24.26%
G=21.04%
B=54.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal98852210.560.6200.13245.7466.6760
Hex6255DD383E0Df6433c
Octal142125335707601536610374
Binary110001010101011101110111100011111001101111101101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6255DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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