Html Css Color HEX #6C45CE Slate Blue

📋 copy color: '#6C45CE'

red 108 ◦ green 69 ◦ blue 206

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

Shades of Slate Blue #6C45CE

Tints of Slate Blue #6C45CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.79%

R = 28.2%
G = 18.02%
B = 53.79%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C45CE (or 0x6C45CE) is known color: Slate Blue. HEX triplet: 6C, 45 and CE. RGB value is (108,69,206). Sum of RGB (Red+Green+Blue) = 108+69+206=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C45CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C45CE is #93BA31. Grayscale: #5F5F5F. Windows color (decimal): -9681458 or 13518188. OLE color: 13518188.

HSL color Cylindrical-coordinate representation of color #6C45CE: hue angle of 257.08º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C45CE is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 69 206 -
CMYK 0.48 0.67 0 0.19
HSL 257.08º 0.58% 0.54% -
HSV(B) 257.08º 0.67% 0.81% -
XYZ 19.45 11.9 59.66 -
YUV 96.28 189.92 136.36 -
System Red Green Blue C M Y K H S L
Decimal 108 69 206 0.48 0.67 0 0.19 257.08 0.58 0.54
Hex 6C 45 CE 30 43 0 13 101 3A 36
Octal 154 105 316 60 103 0 23 401 72 66
Binary 1101100 1000101 11001110 110000 1000011 0 10011 100000001 111010 110110

Color Harmonies of #6C45CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C45CE

Black with #6C45CE

Text Example


Text Example

White with #6C45CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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