#6244CB

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

Shades of Slate Blue #6244CB

Tints of Slate Blue #6244CB

Color information

#6244CB (or 0x6244CB) is unknown color: approx Slate Blue. HEX triplet: 62, 44 and CB. RGB value is (98,68,203). Sum of RGB (Red+Green+Blue) = 98+68+203=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #6244CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6244CB is #9DBB34. Grayscale: #5B5B5B. Windows color (decimal): -10337077 or 13321314. OLE color: 13321314.

HSL color Cylindrical-coordinate representation of color #6244CB: hue angle of 253.33º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6244CB is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9868203-
CMYK0.520.6700.20
HSL253.33º56.49%53.14%-
HSV(B)253.33º66.5%79.61%-
XYZ17.8811.0457.69-
YUV92.36190.44132.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.56%
GREEN value IS 68 (26.95% from 255) = 18.43%
BLUE value IS 203 (79.69% from 255) = 55.01%
R=26.56%
G=18.43%
B=55.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal98682030.520.6700.20253.3356.4953.14
Hex6244CB3443014fd3835
Octal142104313641030243757065
Binary1100010100010011001011110100100001101010011111101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6244CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6244CB; }

 p { color: rgb(98,68,203); }

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

<style>
 a { background-color: #6244CB; }

 a { background-color: rgb(98,68,203); }

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

<style>
 span { border-color: #6244CB; }

 span { border-color: rgb(98,68,203); }

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