Html Css Color HEX #6049CF Slate Blue

📋 copy color: '#6049CF'

red 96 ◦ green 73 ◦ blue 207

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

Shades of Slate Blue #6049CF

Tints of Slate Blue #6049CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.05%

R = 25.53%
G = 19.41%
B = 55.05%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6049CF (or 0x6049CF) is known color: Slate Blue. HEX triplet: 60, 49 and CF. RGB value is (96,73,207). Sum of RGB (Red+Green+Blue) = 96+73+207=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #6049CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6049CF is #9FB630. Grayscale: #5E5E5E. Windows color (decimal): -10466865 or 13584736. OLE color: 13584736.

HSL color Cylindrical-coordinate representation of color #6049CF: hue angle of 250.3º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6049CF is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 73 207 -
CMYK 0.54 0.65 0 0.19
HSL 250.3º 0.58% 0.55% -
HSV(B) 250.3º 0.65% 0.81% -
XYZ 18.47 11.76 60.33 -
YUV 95.15 191.12 128.6 -
System Red Green Blue C M Y K H S L
Decimal 96 73 207 0.54 0.65 0 0.19 250.3 0.58 0.55
Hex 60 49 CF 36 41 0 13 FA 3A 37
Octal 140 111 317 66 101 0 23 372 72 67
Binary 1100000 1001001 11001111 110110 1000001 0 10011 11111010 111010 110111

Color Harmonies of #6049CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6049CF

Black with #6049CF

Text Example


Text Example

White with #6049CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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