Html Css Color HEX #6C5ACC Slate Blue

📋 copy color: '#6C5ACC'

red 108 ◦ green 90 ◦ blue 204

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

Shades of Slate Blue #6C5ACC

Tints of Slate Blue #6C5ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.39%

 BLUE value IS 204 (80.08% from 255) = 50.75%

R = 26.87%
G = 22.39%
B = 50.75%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6C5ACC (or 0x6C5ACC) is known color: Slate Blue. HEX triplet: 6C, 5A and CC. RGB value is (108,90,204). Sum of RGB (Red+Green+Blue) = 108+90+204=402 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.87% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C5ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5ACC is #93A533. Grayscale: #6B6B6B. Windows color (decimal): -9676084 or 13392492. OLE color: 13392492.

HSL color Cylindrical-coordinate representation of color #6C5ACC: hue angle of 249.47º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C5ACC is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 108 90 204 -
CMYK 0.47 0.56 0 0.2
HSL 249.47º 0.53% 0.58% -
HSV(B) 249.47º 0.56% 0.8% -
XYZ 20.74 14.86 58.9 -
YUV 108.38 181.96 127.73 -
System Red Green Blue C M Y K H S L
Decimal 108 90 204 0.47 0.56 0 0.2 249.47 0.53 0.58
Hex 6C 5A CC 2F 38 0 14 F9 35 3A
Octal 154 132 314 57 70 0 24 371 65 72
Binary 1101100 1011010 11001100 101111 111000 0 10100 11111001 110101 111010

Color Harmonies of #6C5ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5ACC

Black with #6C5ACC

Text Example


Text Example

White with #6C5ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,90,204); }

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

background-color css

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

 a { background-color: rgb(108,90,204); }

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

border-color css

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

 span { border-color: rgb(108,90,204); }

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