Html Css Color HEX #6C56CC Slate Blue

📋 copy color: '#6C56CC'

red 108 ◦ green 86 ◦ blue 204

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

Shades of Slate Blue #6C56CC

Tints of Slate Blue #6C56CC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.61%

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

R = 27.14%
G = 21.61%
B = 51.26%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6C56CC (or 0x6C56CC) is known color: Slate Blue. HEX triplet: 6C, 56 and CC. RGB value is (108,86,204). Sum of RGB (Red+Green+Blue) = 108+86+204=398 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.14% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C56CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C56CC is #93A933. Grayscale: #696969. Windows color (decimal): -9677108 or 13391468. OLE color: 13391468.

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

Color convert

RGB 108 86 204 -
CMYK 0.47 0.58 0 0.2
HSL 251.19º 0.54% 0.57% -
HSV(B) 251.19º 0.58% 0.8% -
XYZ 20.41 14.2 58.79 -
YUV 106.03 183.29 129.41 -
System Red Green Blue C M Y K H S L
Decimal 108 86 204 0.47 0.58 0 0.2 251.19 0.54 0.57
Hex 6C 56 CC 2F 3A 0 14 FB 36 39
Octal 154 126 314 57 72 0 24 373 66 71
Binary 1101100 1010110 11001100 101111 111010 0 10100 11111011 110110 111001

Color Harmonies of #6C56CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C56CC

Black with #6C56CC

Text Example


Text Example

White with #6C56CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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