Html Css Color HEX #6C5DDF Slate Blue

📋 copy color: '#6C5DDF'

red 108 ◦ green 93 ◦ blue 223

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

Shades of Slate Blue #6C5DDF

Tints of Slate Blue #6C5DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.93%

 BLUE value IS 223 (87.5% from 255) = 52.59%

R = 25.47%
G = 21.93%
B = 52.59%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6C5DDF (or 0x6C5DDF) is known color: Slate Blue. HEX triplet: 6C, 5D and DF. RGB value is (108,93,223). Sum of RGB (Red+Green+Blue) = 108+93+223=424 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.47% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #6C5DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5DDF is #93A220. Grayscale: #6F6F6F. Windows color (decimal): -9675297 or 14638444. OLE color: 14638444.

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

Color convert

RGB 108 93 223 -
CMYK 0.52 0.58 0 0.13
HSL 246.92º 0.67% 0.62% -
HSV(B) 246.92º 0.58% 0.87% -
XYZ 23.42 16.34 71.73 -
YUV 112.31 190.47 124.93 -
System Red Green Blue C M Y K H S L
Decimal 108 93 223 0.52 0.58 0 0.13 246.92 0.67 0.62
Hex 6C 5D DF 34 3A 0 D F7 43 3E
Octal 154 135 337 64 72 0 15 367 103 76
Binary 1101100 1011101 11011111 110100 111010 0 1101 11110111 1000011 111110

Color Harmonies of #6C5DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5DDF

Black with #6C5DDF

Text Example


Text Example

White with #6C5DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,93,223); }

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

background-color css

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

 a { background-color: rgb(108,93,223); }

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

border-color css

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

 span { border-color: rgb(108,93,223); }

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