Html Css Color HEX #6053E0 Slate Blue

📋 copy color: '#6053E0'

red 96 ◦ green 83 ◦ blue 224

#6053E0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #6053E0

Tints of Slate Blue #6053E0

RGB

 RED value IS 96 (37.89% from 255) = 23.82%

 GREEN value IS 83 (32.81% from 255) = 20.6%

 BLUE value IS 224 (87.89% from 255) = 55.58%

R = 23.82%
G = 20.6%
B = 55.58%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6053E0 (or 0x6053E0) is known color: Slate Blue. HEX triplet: 60, 53 and E0. RGB value is (96,83,224). Sum of RGB (Red+Green+Blue) = 96+83+224=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #6053E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6053E0 is #9FAC1F. Grayscale: #666666. Windows color (decimal): -10464288 or 14701408. OLE color: 14701408.

HSL color Cylindrical-coordinate representation of color #6053E0: hue angle of 245.53º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6053E0 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 96 83 224 -
CMYK 0.57 0.63 0 0.12
HSL 245.53º 0.69% 0.6% -
HSV(B) 245.53º 0.63% 0.88% -
XYZ 21.37 14.06 72.11 -
YUV 102.96 196.31 123.04 -
System Red Green Blue C M Y K H S L
Decimal 96 83 224 0.57 0.63 0 0.12 245.53 0.69 0.6
Hex 60 53 E0 39 3F 0 C F6 45 3C
Octal 140 123 340 71 77 0 14 366 105 74
Binary 1100000 1010011 11100000 111001 111111 0 1100 11110110 1000101 111100

Color Harmonies of #6053E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6053E0

Black with #6053E0

Text Example


Text Example

White with #6053E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6053E0; }

 p { color: rgb(96,83,224); }

 H1.HeaderClassName
 {
   color: #6053E0;
 }
 .AnyTagClassName
 {
   color: #6053E0;
 }
</style>

background-color css

<style>
 a { background-color: #6053E0; }

 a { background-color: rgb(96,83,224); }

 div.DivClassName
 {
   background-color: #6053E0;
 }
 .BgClassName
 {
   background-color: #6053E0;
 }
</style>

border-color css

<style>
 span { border-color: #6053E0; }

 span { border-color: rgb(96,83,224); }

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