#6C45EA

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

Shades of Slate Blue #6C45EA

Tints of Slate Blue #6C45EA

Color information

#6C45EA (or 0x6C45EA) is unknown color: approx Slate Blue. HEX triplet: 6C, 45 and EA. RGB value is (108,69,234). Sum of RGB (Red+Green+Blue) = 108+69+234=411 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.28% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #6C45EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C45EA is #93BA15. Grayscale: #626262. Windows color (decimal): -9681430 or 15353196. OLE color: 15353196.

HSL color Cylindrical-coordinate representation of color #6C45EA: hue angle of 254.18º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C45EA is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10869234-
CMYK0.540.7100.08
HSL254.18º79.71%59.41%-
HSV(B)254.18º70.51%91.76%-
XYZ23.1613.3879.2-
YUV99.47203.92134.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.28%
GREEN value IS 69 (27.34% from 255) = 16.79%
BLUE value IS 234 (91.80% from 255) = 56.93%
R=26.28%
G=16.79%
B=56.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal108692340.540.7100.08254.1879.7159.41
Hex6C45EA364708fe503b
Octal1541053526610701037612073
Binary1101100100010111101010110110100011101000111111101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C45EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,69,234); }

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

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

 a { background-color: rgb(108,69,234); }

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

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

 span { border-color: rgb(108,69,234); }

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