#6255DE

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

Shades of Slate Blue #6255DE

Tints of Slate Blue #6255DE

Color information

#6255DE (or 0x6255DE) is unknown color: approx Slate Blue. HEX triplet: 62, 55 and DE. RGB value is (98,85,222). Sum of RGB (Red+Green+Blue) = 98+85+222=405 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.20% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #6255DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6255DE is #9DAA21. Grayscale: #676767. Windows color (decimal): -10332706 or 14570850. OLE color: 14570850.

HSL color Cylindrical-coordinate representation of color #6255DE: hue angle of 245.69º 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 #6255DE is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9885222-
CMYK0.560.6200.13
HSL245.69º67.49%60.2%-
HSV(B)245.69º61.71%87.06%-
XYZ21.4714.3770.75-
YUV104.5194.31123.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.20%
GREEN value IS 85 (33.59% from 255) = 20.99%
BLUE value IS 222 (87.11% from 255) = 54.81%
R=24.20%
G=20.99%
B=54.81%

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
Decimal98852220.560.6200.13245.6967.4960.2
Hex6255DE383E0Df6433c
Octal142125336707601536610374
Binary110001010101011101111011100011111001101111101101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6255DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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