Html Css Color HEX #6C53DD Slate Blue

📋 copy color: '#6C53DD'

red 108 ◦ green 83 ◦ blue 221

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

Shades of Slate Blue #6C53DD

Tints of Slate Blue #6C53DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.64%

R = 26.21%
G = 20.15%
B = 53.64%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6C53DD (or 0x6C53DD) is known color: Slate Blue. HEX triplet: 6C, 53 and DD. RGB value is (108,83,221). Sum of RGB (Red+Green+Blue) = 108+83+221=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #6C53DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C53DD is #93AC22. Grayscale: #696969. Windows color (decimal): -9677859 or 14504812. OLE color: 14504812.

HSL color Cylindrical-coordinate representation of color #6C53DD: hue angle of 250.87º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C53DD is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 83 221 -
CMYK 0.51 0.62 0 0.13
HSL 250.87º 0.67% 0.6% -
HSV(B) 250.87º 0.62% 0.87% -
XYZ 22.33 14.6 70.05 -
YUV 106.21 192.78 129.28 -
System Red Green Blue C M Y K H S L
Decimal 108 83 221 0.51 0.62 0 0.13 250.87 0.67 0.6
Hex 6C 53 DD 33 3E 0 D FB 43 3C
Octal 154 123 335 63 76 0 15 373 103 74
Binary 1101100 1010011 11011101 110011 111110 0 1101 11111011 1000011 111100

Color Harmonies of #6C53DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C53DD

Black with #6C53DD

Text Example


Text Example

White with #6C53DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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