Html Css Color HEX #6C45E8 Slate Blue

📋 copy color: '#6C45E8'

red 108 ◦ green 69 ◦ blue 232

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

Shades of Slate Blue #6C45E8

Tints of Slate Blue #6C45E8

RGB

 RED value IS 108 (42.58% from 255) = 26.41%

 GREEN value IS 69 (27.34% from 255) = 16.87%

 BLUE value IS 232 (91.02% from 255) = 56.72%

R = 26.41%
G = 16.87%
B = 56.72%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6C45E8 (or 0x6C45E8) is known color: Slate Blue. HEX triplet: 6C, 45 and E8. RGB value is (108,69,232). Sum of RGB (Red+Green+Blue) = 108+69+232=409 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.41% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 232 (91.02% from 255 or 56.72% from 409); Max value from RGB is 232 - color contains mainly: blue. Hex color #6C45E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C45E8 is #93BA17. Grayscale: #626262. Windows color (decimal): -9681432 or 15222124. OLE color: 15222124.

HSL color Cylindrical-coordinate representation of color #6C45E8: hue angle of 254.36º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C45E8 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 108 69 232 -
CMYK 0.53 0.70 0 0.09
HSL 254.36º 0.78% 0.59% -
HSV(B) 254.36º 0.7% 0.91% -
XYZ 22.88 13.27 77.7 -
YUV 99.24 202.92 134.25 -
System Red Green Blue C M Y K H S L
Decimal 108 69 232 0.53 0.70 0 0.09 254.36 0.78 0.59
Hex 6C 45 E8 35 46 0 9 FE 4E 3B
Octal 154 105 350 65 106 0 11 376 116 73
Binary 1101100 1000101 11101000 110101 1000110 0 1001 11111110 1001110 111011

Color Harmonies of #6C45E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C45E8

Black with #6C45E8

Text Example


Text Example

White with #6C45E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6C45E8;
 }
 .AnyTagClassName
 {
   color: #6C45E8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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