Html Css Color HEX #6045D0 Slate Blue

📋 copy color: '#6045D0'

red 96 ◦ green 69 ◦ blue 208

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

Shades of Slate Blue #6045D0

Tints of Slate Blue #6045D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.76%

R = 25.74%
G = 18.5%
B = 55.76%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6045D0 (or 0x6045D0) is known color: Slate Blue. HEX triplet: 60, 45 and D0. RGB value is (96,69,208). Sum of RGB (Red+Green+Blue) = 96+69+208=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 208 (81.64% from 255 or 55.76% from 373); Max value from RGB is 208 - color contains mainly: blue. Hex color #6045D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6045D0 is #9FBA2F. Grayscale: #5C5C5C. Windows color (decimal): -10467888 or 13649248. OLE color: 13649248.

HSL color Cylindrical-coordinate representation of color #6045D0: hue angle of 251.65º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6045D0 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 96 69 208 -
CMYK 0.54 0.67 0 0.18
HSL 251.65º 0.6% 0.54% -
HSV(B) 251.65º 0.67% 0.82% -
XYZ 18.34 11.3 60.89 -
YUV 92.92 192.95 130.2 -
System Red Green Blue C M Y K H S L
Decimal 96 69 208 0.54 0.67 0 0.18 251.65 0.6 0.54
Hex 60 45 D0 36 43 0 12 FC 3C 36
Octal 140 105 320 66 103 0 22 374 74 66
Binary 1100000 1000101 11010000 110110 1000011 0 10010 11111100 111100 110110

Color Harmonies of #6045D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6045D0

Black with #6045D0

Text Example


Text Example

White with #6045D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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