#6260CE

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

Shades of Slate Blue #6260CE

Tints of Slate Blue #6260CE

Color information

#6260CE (or 0x6260CE) is unknown color: approx Slate Blue. HEX triplet: 62, 60 and CE. RGB value is (98,96,206). Sum of RGB (Red+Green+Blue) = 98+96+206=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #6260CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6260CE is #9D9F31. Grayscale: #6C6C6C. Windows color (decimal): -10329906 or 13525090. OLE color: 13525090.

HSL color Cylindrical-coordinate representation of color #6260CE: hue angle of 241.09º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6260CE is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9896206-
CMYK0.520.5300.19
HSL241.09º52.88%59.22%-
HSV(B)241.09º53.4%80.78%-
XYZ20.3615.4260.3-
YUV109.14182.66120.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.5%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 206 (80.86% from 255) = 51.5%
R=24.5%
G=24%
B=51.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal98962060.520.5300.19241.0952.8859.22
Hex6260CE3435013f1353b
Octal14214031664650233616573
Binary110001011000001100111011010011010101001111110001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6260CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6260CE; }

 p { color: rgb(98,96,206); }

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

<style>
 a { background-color: #6260CE; }

 a { background-color: rgb(98,96,206); }

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

<style>
 span { border-color: #6260CE; }

 span { border-color: rgb(98,96,206); }

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