Html Css Color HEX #6C5FCC Slate Blue

📋 copy color: '#6C5FCC'

red 108 ◦ green 95 ◦ blue 204

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

Shades of Slate Blue #6C5FCC

Tints of Slate Blue #6C5FCC

RGB

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

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

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

R = 26.54%
G = 23.34%
B = 50.12%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6C5FCC (or 0x6C5FCC) is known color: Slate Blue. HEX triplet: 6C, 5F and CC. RGB value is (108,95,204). Sum of RGB (Red+Green+Blue) = 108+95+204=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C5FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5FCC is #93A033. Grayscale: #6E6E6E. Windows color (decimal): -9674804 or 13393772. OLE color: 13393772.

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

Color convert

RGB 108 95 204 -
CMYK 0.47 0.53 0 0.2
HSL 247.16º 0.52% 0.59% -
HSV(B) 247.16º 0.53% 0.8% -
XYZ 21.18 15.73 59.05 -
YUV 111.31 180.31 125.64 -
System Red Green Blue C M Y K H S L
Decimal 108 95 204 0.47 0.53 0 0.2 247.16 0.52 0.59
Hex 6C 5F CC 2F 35 0 14 F7 34 3B
Octal 154 137 314 57 65 0 24 367 64 73
Binary 1101100 1011111 11001100 101111 110101 0 10100 11110111 110100 111011

Color Harmonies of #6C5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5FCC

Black with #6C5FCC

Text Example


Text Example

White with #6C5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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