Html Css Color HEX #6C53CE Slate Blue

📋 copy color: '#6C53CE'

red 108 ◦ green 83 ◦ blue 206

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

Shades of Slate Blue #6C53CE

Tints of Slate Blue #6C53CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.91%

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

R = 27.2%
G = 20.91%
B = 51.89%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C53CE (or 0x6C53CE) is known color: Slate Blue. HEX triplet: 6C, 53 and CE. RGB value is (108,83,206). Sum of RGB (Red+Green+Blue) = 108+83+206=397 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.20% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C53CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C53CE is #93AC31. Grayscale: #686868. Windows color (decimal): -9677874 or 13521772. OLE color: 13521772.

HSL color Cylindrical-coordinate representation of color #6C53CE: hue angle of 252.2º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C53CE is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 83 206 -
CMYK 0.48 0.60 0 0.19
HSL 252.2º 0.56% 0.57% -
HSV(B) 252.2º 0.6% 0.81% -
XYZ 20.42 13.83 59.99 -
YUV 104.5 185.28 130.5 -
System Red Green Blue C M Y K H S L
Decimal 108 83 206 0.48 0.60 0 0.19 252.2 0.56 0.57
Hex 6C 53 CE 30 3C 0 13 FC 38 39
Octal 154 123 316 60 74 0 23 374 70 71
Binary 1101100 1010011 11001110 110000 111100 0 10011 11111100 111000 111001

Color Harmonies of #6C53CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C53CE

Black with #6C53CE

Text Example


Text Example

White with #6C53CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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