Html Css Color HEX #6053E3 Slate Blue

📋 copy color: '#6053E3'

red 96 ◦ green 83 ◦ blue 227

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

Shades of Slate Blue #6053E3

Tints of Slate Blue #6053E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 55.91%

R = 23.65%
G = 20.44%
B = 55.91%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6053E3 (or 0x6053E3) is known color: Slate Blue. HEX triplet: 60, 53 and E3. RGB value is (96,83,227). Sum of RGB (Red+Green+Blue) = 96+83+227=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 227 (89.06% from 255 or 55.91% from 406); Max value from RGB is 227 - color contains mainly: blue. Hex color #6053E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6053E3 is #9FAC1C. Grayscale: #666666. Windows color (decimal): -10464285 or 14898016. OLE color: 14898016.

HSL color Cylindrical-coordinate representation of color #6053E3: hue angle of 245.42º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6053E3 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 96 83 227 -
CMYK 0.58 0.63 0 0.11
HSL 245.42º 0.72% 0.61% -
HSV(B) 245.42º 0.63% 0.89% -
XYZ 21.78 14.22 74.27 -
YUV 103.3 197.81 122.79 -
System Red Green Blue C M Y K H S L
Decimal 96 83 227 0.58 0.63 0 0.11 245.42 0.72 0.61
Hex 60 53 E3 3A 3F 0 B F5 48 3D
Octal 140 123 343 72 77 0 13 365 110 75
Binary 1100000 1010011 11100011 111010 111111 0 1011 11110101 1001000 111101

Color Harmonies of #6053E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6053E3

Black with #6053E3

Text Example


Text Example

White with #6053E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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