Html Css Color HEX #6C5FC9 Slate Blue

📋 copy color: '#6C5FC9'

red 108 ◦ green 95 ◦ blue 201

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

Shades of Slate Blue #6C5FC9

Tints of Slate Blue #6C5FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.75%

R = 26.73%
G = 23.51%
B = 49.75%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6C5FC9 (or 0x6C5FC9) is known color: Slate Blue. HEX triplet: 6C, 5F and C9. RGB value is (108,95,201). Sum of RGB (Red+Green+Blue) = 108+95+201=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 201 (78.91% from 255 or 49.75% from 404); Max value from RGB is 201 - color contains mainly: blue. Hex color #6C5FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5FC9 is #93A036. Grayscale: #6E6E6E. Windows color (decimal): -9674807 or 13197164. OLE color: 13197164.

HSL color Cylindrical-coordinate representation of color #6C5FC9: hue angle of 247.36º 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 #6C5FC9 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 108 95 201 -
CMYK 0.46 0.53 0 0.21
HSL 247.36º 0.5% 0.58% -
HSV(B) 247.36º 0.53% 0.79% -
XYZ 20.82 15.59 57.17 -
YUV 110.97 178.81 125.88 -
System Red Green Blue C M Y K H S L
Decimal 108 95 201 0.46 0.53 0 0.21 247.36 0.5 0.58
Hex 6C 5F C9 2E 35 0 15 F7 32 3A
Octal 154 137 311 56 65 0 25 367 62 72
Binary 1101100 1011111 11001001 101110 110101 0 10101 11110111 110010 111010

Color Harmonies of #6C5FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5FC9

Black with #6C5FC9

Text Example


Text Example

White with #6C5FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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