Html Css Color HEX #6053DF Slate Blue

📋 copy color: '#6053DF'

red 96 ◦ green 83 ◦ blue 223

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

Shades of Slate Blue #6053DF

Tints of Slate Blue #6053DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.47%

R = 23.88%
G = 20.65%
B = 55.47%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6053DF (or 0x6053DF) is known color: Slate Blue. HEX triplet: 60, 53 and DF. RGB value is (96,83,223). Sum of RGB (Red+Green+Blue) = 96+83+223=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #6053DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6053DF is #9FAC20. Grayscale: #666666. Windows color (decimal): -10464289 or 14635872. OLE color: 14635872.

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

Color convert

RGB 96 83 223 -
CMYK 0.57 0.63 0 0.13
HSL 245.57º 0.69% 0.6% -
HSV(B) 245.57º 0.63% 0.87% -
XYZ 21.24 14 71.4 -
YUV 102.85 195.81 123.12 -
System Red Green Blue C M Y K H S L
Decimal 96 83 223 0.57 0.63 0 0.13 245.57 0.69 0.6
Hex 60 53 DF 39 3F 0 D F6 45 3C
Octal 140 123 337 71 77 0 15 366 105 74
Binary 1100000 1010011 11011111 111001 111111 0 1101 11110110 1000101 111100

Color Harmonies of #6053DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6053DF

Black with #6053DF

Text Example


Text Example

White with #6053DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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