Html Css Color HEX #6045D5 Slate Blue

📋 copy color: '#6045D5'

red 96 ◦ green 69 ◦ blue 213

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

Shades of Slate Blue #6045D5

Tints of Slate Blue #6045D5

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.25%

 BLUE value IS 213 (83.59% from 255) = 56.35%

R = 25.4%
G = 18.25%
B = 56.35%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6045D5 (or 0x6045D5) is known color: Slate Blue. HEX triplet: 60, 45 and D5. RGB value is (96,69,213). Sum of RGB (Red+Green+Blue) = 96+69+213=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 213 (83.59% from 255 or 56.35% from 378); Max value from RGB is 213 - color contains mainly: blue. Hex color #6045D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6045D5 is #9FBA2A. Grayscale: #5C5C5C. Windows color (decimal): -10467883 or 13976928. OLE color: 13976928.

HSL color Cylindrical-coordinate representation of color #6045D5: hue angle of 251.25º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6045D5 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 69 213 -
CMYK 0.55 0.68 0 0.16
HSL 251.25º 0.63% 0.55% -
HSV(B) 251.25º 0.68% 0.84% -
XYZ 18.96 11.55 64.18 -
YUV 93.49 195.45 129.79 -
System Red Green Blue C M Y K H S L
Decimal 96 69 213 0.55 0.68 0 0.16 251.25 0.63 0.55
Hex 60 45 D5 37 44 0 10 FB 3F 37
Octal 140 105 325 67 104 0 20 373 77 67
Binary 1100000 1000101 11010101 110111 1000100 0 10000 11111011 111111 110111

Color Harmonies of #6045D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6045D5

Black with #6045D5

Text Example


Text Example

White with #6045D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6045D5; }

 p { color: rgb(96,69,213); }

 H1.HeaderClassName
 {
   color: #6045D5;
 }
 .AnyTagClassName
 {
   color: #6045D5;
 }
</style>

background-color css

<style>
 a { background-color: #6045D5; }

 a { background-color: rgb(96,69,213); }

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

border-color css

<style>
 span { border-color: #6045D5; }

 span { border-color: rgb(96,69,213); }

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