Html Css Color HEX #6C5FCA Slate Blue

📋 copy color: '#6C5FCA'

red 108 ◦ green 95 ◦ blue 202

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

Shades of Slate Blue #6C5FCA

Tints of Slate Blue #6C5FCA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.46%

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

R = 26.67%
G = 23.46%
B = 49.88%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6C5FCA (or 0x6C5FCA) is known color: Slate Blue. HEX triplet: 6C, 5F and CA. RGB value is (108,95,202). Sum of RGB (Red+Green+Blue) = 108+95+202=405 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.67% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C5FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5FCA is #93A035. Grayscale: #6E6E6E. Windows color (decimal): -9674806 or 13262700. OLE color: 13262700.

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

Color convert

RGB 108 95 202 -
CMYK 0.47 0.53 0 0.21
HSL 247.29º 0.5% 0.58% -
HSV(B) 247.29º 0.53% 0.79% -
XYZ 20.94 15.64 57.79 -
YUV 111.09 179.31 125.8 -
System Red Green Blue C M Y K H S L
Decimal 108 95 202 0.47 0.53 0 0.21 247.29 0.5 0.58
Hex 6C 5F CA 2F 35 0 15 F7 32 3A
Octal 154 137 312 57 65 0 25 367 62 72
Binary 1101100 1011111 11001010 101111 110101 0 10101 11110111 110010 111010

Color Harmonies of #6C5FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5FCA

Black with #6C5FCA

Text Example


Text Example

White with #6C5FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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