Html Css Color HEX #6050CB Slate Blue

📋 copy color: '#6050CB'

red 96 ◦ green 80 ◦ blue 203

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

Shades of Slate Blue #6050CB

Tints of Slate Blue #6050CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.56%

R = 25.33%
G = 21.11%
B = 53.56%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6050CB (or 0x6050CB) is known color: Slate Blue. HEX triplet: 60, 50 and CB. RGB value is (96,80,203). Sum of RGB (Red+Green+Blue) = 96+80+203=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #6050CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6050CB is #9FAF34. Grayscale: #626262. Windows color (decimal): -10465077 or 13324384. OLE color: 13324384.

HSL color Cylindrical-coordinate representation of color #6050CB: hue angle of 247.8º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6050CB is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 80 203 -
CMYK 0.53 0.61 0 0.20
HSL 247.8º 0.54% 0.55% -
HSV(B) 247.8º 0.61% 0.8% -
XYZ 18.47 12.54 57.95 -
YUV 98.81 186.8 126 -
System Red Green Blue C M Y K H S L
Decimal 96 80 203 0.53 0.61 0 0.20 247.8 0.54 0.55
Hex 60 50 CB 35 3D 0 14 F8 36 37
Octal 140 120 313 65 75 0 24 370 66 67
Binary 1100000 1010000 11001011 110101 111101 0 10100 11111000 110110 110111

Color Harmonies of #6050CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6050CB

Black with #6050CB

Text Example


Text Example

White with #6050CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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