Html Css Color HEX #6049CC Slate Blue

📋 copy color: '#6049CC'

red 96 ◦ green 73 ◦ blue 204

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

Shades of Slate Blue #6049CC

Tints of Slate Blue #6049CC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.57%

 BLUE value IS 204 (80.08% from 255) = 54.69%

R = 25.74%
G = 19.57%
B = 54.69%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6049CC (or 0x6049CC) is known color: Slate Blue. HEX triplet: 60, 49 and CC. RGB value is (96,73,204). Sum of RGB (Red+Green+Blue) = 96+73+204=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #6049CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6049CC is #9FB633. Grayscale: #5E5E5E. Windows color (decimal): -10466868 or 13388128. OLE color: 13388128.

HSL color Cylindrical-coordinate representation of color #6049CC: hue angle of 250.53º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6049CC is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 73 204 -
CMYK 0.53 0.64 0 0.2
HSL 250.53º 0.56% 0.54% -
HSV(B) 250.53º 0.64% 0.8% -
XYZ 18.11 11.61 58.41 -
YUV 94.81 189.62 128.85 -
System Red Green Blue C M Y K H S L
Decimal 96 73 204 0.53 0.64 0 0.2 250.53 0.56 0.54
Hex 60 49 CC 35 40 0 14 FB 38 36
Octal 140 111 314 65 100 0 24 373 70 66
Binary 1100000 1001001 11001100 110101 1000000 0 10100 11111011 111000 110110

Color Harmonies of #6049CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6049CC

Black with #6049CC

Text Example


Text Example

White with #6049CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6049CC; }

 p { color: rgb(96,73,204); }

 H1.HeaderClassName
 {
   color: #6049CC;
 }
 .AnyTagClassName
 {
   color: #6049CC;
 }
</style>

background-color css

<style>
 a { background-color: #6049CC; }

 a { background-color: rgb(96,73,204); }

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

border-color css

<style>
 span { border-color: #6049CC; }

 span { border-color: rgb(96,73,204); }

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