Html Css Color HEX #6C56CA Slate Blue

📋 copy color: '#6C56CA'

red 108 ◦ green 86 ◦ blue 202

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

Shades of Slate Blue #6C56CA

Tints of Slate Blue #6C56CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.01%

R = 27.27%
G = 21.72%
B = 51.01%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6C56CA (or 0x6C56CA) is known color: Slate Blue. HEX triplet: 6C, 56 and CA. RGB value is (108,86,202). Sum of RGB (Red+Green+Blue) = 108+86+202=396 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.27% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C56CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C56CA is #93A935. Grayscale: #696969. Windows color (decimal): -9677110 or 13260396. OLE color: 13260396.

HSL color Cylindrical-coordinate representation of color #6C56CA: hue angle of 251.38º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C56CA is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 108 86 202 -
CMYK 0.47 0.57 0 0.21
HSL 251.38º 0.52% 0.56% -
HSV(B) 251.38º 0.57% 0.79% -
XYZ 20.17 14.11 57.54 -
YUV 105.8 182.29 129.57 -
System Red Green Blue C M Y K H S L
Decimal 108 86 202 0.47 0.57 0 0.21 251.38 0.52 0.56
Hex 6C 56 CA 2F 39 0 15 FB 34 38
Octal 154 126 312 57 71 0 25 373 64 70
Binary 1101100 1010110 11001010 101111 111001 0 10101 11111011 110100 111000

Color Harmonies of #6C56CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C56CA

Black with #6C56CA

Text Example


Text Example

White with #6C56CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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