#6261DC

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

Shades of Slate Blue #6261DC

Tints of Slate Blue #6261DC

Color information

#6261DC (or 0x6261DC) is unknown color: approx Slate Blue. HEX triplet: 62, 61 and DC. RGB value is (98,97,220). Sum of RGB (Red+Green+Blue) = 98+97+220=415 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.61% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #6261DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6261DC is #9D9E23. Grayscale: #6E6E6E. Windows color (decimal): -10329636 or 14442850. OLE color: 14442850.

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

Color convert

RGB9897220-
CMYK0.550.5600.14
HSL240.49º63.73%62.16%-
HSV(B)240.49º55.91%86.27%-
XYZ22.2316.3169.69-
YUV111.32189.33118.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.61%
GREEN value IS 97 (38.28% from 255) = 23.37%
BLUE value IS 220 (86.33% from 255) = 53.01%
R=23.61%
G=23.37%
B=53.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal98972200.550.5600.14240.4963.7362.16
Hex6261DC37380Ef0403e
Octal142141334677001636010076
Binary110001011000011101110011011111100001110111100001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6261DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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