#6F50CA

Color #6F50CA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6F50CA

Tints of Slate Blue #6F50CA

Color information

#6F50CA (or 0x6F50CA) is unknown color: approx Slate Blue. HEX triplet: 6F, 50 and CA. RGB value is (111,80,202). Sum of RGB (Red+Green+Blue) = 111+80+202=393 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.24% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F50CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F50CA is #90AF35. Grayscale: #666666. Windows color (decimal): -9482038 or 13258863. OLE color: 13258863.

HSL color Cylindrical-coordinate representation of color #6F50CA: hue angle of 255.25º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F50CA is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11180202-
CMYK0.450.6000.21
HSL255.25º53.51%55.29%-
HSV(B)255.25º60.4%79.22%-
XYZ20.0813.3857.4-
YUV103.18183.77133.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.24%
GREEN value IS 80 (31.64% from 255) = 20.36%
BLUE value IS 202 (79.30% from 255) = 51.40%
R=28.24%
G=20.36%
B=51.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal111802020.450.6000.21255.2553.5155.29
Hex6F50CA2D3C015ff3637
Octal15712031255740253776667
Binary110111110100001100101010110111110001010111111111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F50CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F50CA; }

 p { color: rgb(111,80,202); }

 H1.HeaderClassName
 {
   color: #6F50CA;
 }
 .AnyTagClassName
 {
   color: #6F50CA;
 }
</style>
background-color css

<style>
 a { background-color: #6F50CA; }

 a { background-color: rgb(111,80,202); }

 div.DivClassName
 {
   background-color: #6F50CA;
 }
 .BgClassName
 {
   background-color: #6F50CA;
 }
</style>
border-color css

<style>
 span { border-color: #6F50CA; }

 span { border-color: rgb(111,80,202); }

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