#6245CC

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

Shades of Slate Blue #6245CC

Tints of Slate Blue #6245CC

Color information

#6245CC (or 0x6245CC) is unknown color: approx Slate Blue. HEX triplet: 62, 45 and CC. RGB value is (98,69,204). Sum of RGB (Red+Green+Blue) = 98+69+204=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #6245CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6245CC is #9DBA33. Grayscale: #5C5C5C. Windows color (decimal): -10336820 or 13387106. OLE color: 13387106.

HSL color Cylindrical-coordinate representation of color #6245CC: hue angle of 252.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6245CC is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9869204-
CMYK0.520.6600.2
HSL252.89º56.96%53.53%-
HSV(B)252.89º66.18%80%-
XYZ18.0611.2158.34-
YUV93.06190.61131.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.42%
GREEN value IS 69 (27.34% from 255) = 18.60%
BLUE value IS 204 (80.08% from 255) = 54.99%
R=26.42%
G=18.60%
B=54.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal98692040.520.6600.2252.8956.9653.53
Hex6245CC3442014fd3936
Octal142105314641020243757166
Binary1100010100010111001100110100100001001010011111101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6245CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6245CC; }

 p { color: rgb(98,69,204); }

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

<style>
 a { background-color: #6245CC; }

 a { background-color: rgb(98,69,204); }

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

<style>
 span { border-color: #6245CC; }

 span { border-color: rgb(98,69,204); }

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