#6742EB

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

Shades of Slate Blue #6742EB

Tints of Slate Blue #6742EB

Color information

#6742EB (or 0x6742EB) is unknown color: approx Slate Blue. HEX triplet: 67, 42 and EB. RGB value is (103,66,235). Sum of RGB (Red+Green+Blue) = 103+66+235=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #6742EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6742EB is #98BD14. Grayscale: #5F5F5F. Windows color (decimal): -10009877 or 15417959. OLE color: 15417959.

HSL color Cylindrical-coordinate representation of color #6742EB: hue angle of 253.14º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6742EB is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10366235-
CMYK0.560.7200.08
HSL253.14º80.86%59.02%-
HSV(B)253.14º71.91%92.16%-
XYZ22.5412.7879.88-
YUV96.33206.26132.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.50%
GREEN value IS 66 (26.17% from 255) = 16.34%
BLUE value IS 235 (92.19% from 255) = 58.17%
R=25.50%
G=16.34%
B=58.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal103662350.560.7200.08253.1480.8659.02
Hex6742EB384808fd513b
Octal1471023537011001037512173
Binary1100111100001011101011111000100100001000111111011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6742EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6742EB; }

 p { color: rgb(103,66,235); }

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

<style>
 a { background-color: #6742EB; }

 a { background-color: rgb(103,66,235); }

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

<style>
 span { border-color: #6742EB; }

 span { border-color: rgb(103,66,235); }

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