#6751CA

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

Shades of Slate Blue #6751CA

Tints of Slate Blue #6751CA

Color information

#6751CA (or 0x6751CA) is unknown color: approx Slate Blue. HEX triplet: 67, 51 and CA. RGB value is (103,81,202). Sum of RGB (Red+Green+Blue) = 103+81+202=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #6751CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6751CA is #98AE35. Grayscale: #646464. Windows color (decimal): -10006070 or 13259111. OLE color: 13259111.

HSL color Cylindrical-coordinate representation of color #6751CA: hue angle of 250.91º degrees, saturation: 0.53, 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 #6751CA is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10381202-
CMYK0.490.6000.21
HSL250.91º53.3%55.49%-
HSV(B)250.91º59.9%79.22%-
XYZ19.213.0357.38-
YUV101.37184.79129.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.68%
GREEN value IS 81 (32.03% from 255) = 20.98%
BLUE value IS 202 (79.30% from 255) = 52.33%
R=26.68%
G=20.98%
B=52.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal103812020.490.6000.21250.9153.355.49
Hex6751CA313C015fb3537
Octal14712131261740253736567
Binary110011110100011100101011000111110001010111111011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6751CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6751CA; }

 p { color: rgb(103,81,202); }

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

<style>
 a { background-color: #6751CA; }

 a { background-color: rgb(103,81,202); }

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

<style>
 span { border-color: #6751CA; }

 span { border-color: rgb(103,81,202); }

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