Html Css Color HEX #6C6ACE Slate Blue

📋 copy color: '#6C6ACE'

red 108 ◦ green 106 ◦ blue 206

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

Shades of Slate Blue #6C6ACE

Tints of Slate Blue #6C6ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.24%

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

R = 25.71%
G = 25.24%
B = 49.05%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C6ACE (or 0x6C6ACE) is known color: Slate Blue. HEX triplet: 6C, 6A and CE. RGB value is (108,106,206). Sum of RGB (Red+Green+Blue) = 108+106+206=420 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.71% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C6ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C6ACE is #939531. Grayscale: #757575. Windows color (decimal): -9671986 or 13527660. OLE color: 13527660.

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

Color convert

RGB 108 106 206 -
CMYK 0.48 0.49 0 0.19
HSL 241.2º 0.51% 0.61% -
HSV(B) 241.2º 0.49% 0.81% -
XYZ 22.48 17.95 60.67 -
YUV 118 177.66 120.87 -
System Red Green Blue C M Y K H S L
Decimal 108 106 206 0.48 0.49 0 0.19 241.2 0.51 0.61
Hex 6C 6A CE 30 31 0 13 F1 33 3D
Octal 154 152 316 60 61 0 23 361 63 75
Binary 1101100 1101010 11001110 110000 110001 0 10011 11110001 110011 111101

Color Harmonies of #6C6ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6ACE

Black with #6C6ACE

Text Example


Text Example

White with #6C6ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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