Html Css Color HEX #6050C0 Slate Blue

📋 copy color: '#6050C0'

red 96 ◦ green 80 ◦ blue 192

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

Shades of Slate Blue #6050C0

Tints of Slate Blue #6050C0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.74%

 BLUE value IS 192 (75.39% from 255) = 52.17%

R = 26.09%
G = 21.74%
B = 52.17%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6050C0 (or 0x6050C0) is known color: Slate Blue. HEX triplet: 60, 50 and C0. RGB value is (96,80,192). Sum of RGB (Red+Green+Blue) = 96+80+192=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 192 (75.39% from 255 or 52.17% from 368); Max value from RGB is 192 - color contains mainly: blue. Hex color #6050C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6050C0 is #9FAF3F. Grayscale: #616161. Windows color (decimal): -10465088 or 12603488. OLE color: 12603488.

HSL color Cylindrical-coordinate representation of color #6050C0: hue angle of 248.57º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6050C0 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 80 192 -
CMYK 0.50 0.58 0 0.25
HSL 248.57º 0.47% 0.53% -
HSV(B) 248.57º 0.58% 0.75% -
XYZ 17.21 12.03 51.28 -
YUV 97.55 181.3 126.89 -
System Red Green Blue C M Y K H S L
Decimal 96 80 192 0.50 0.58 0 0.25 248.57 0.47 0.53
Hex 60 50 C0 32 3A 0 19 F9 2F 35
Octal 140 120 300 62 72 0 31 371 57 65
Binary 1100000 1010000 11000000 110010 111010 0 11001 11111001 101111 110101

Color Harmonies of #6050C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6050C0

Black with #6050C0

Text Example


Text Example

White with #6050C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6050C0; }

 p { color: rgb(96,80,192); }

 H1.HeaderClassName
 {
   color: #6050C0;
 }
 .AnyTagClassName
 {
   color: #6050C0;
 }
</style>

background-color css

<style>
 a { background-color: #6050C0; }

 a { background-color: rgb(96,80,192); }

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

border-color css

<style>
 span { border-color: #6050C0; }

 span { border-color: rgb(96,80,192); }

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