Html Css Color HEX #6C60C5 Slate Blue

📋 copy color: '#6C60C5'

red 108 ◦ green 96 ◦ blue 197

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

Shades of Slate Blue #6C60C5

Tints of Slate Blue #6C60C5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.94%

 BLUE value IS 197 (77.34% from 255) = 49.13%

R = 26.93%
G = 23.94%
B = 49.13%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6C60C5 (or 0x6C60C5) is known color: Slate Blue. HEX triplet: 6C, 60 and C5. RGB value is (108,96,197). Sum of RGB (Red+Green+Blue) = 108+96+197=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 197 (77.34% from 255 or 49.13% from 401); Max value from RGB is 197 - color contains mainly: blue. Hex color #6C60C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C60C5 is #939F3A. Grayscale: #6E6E6E. Windows color (decimal): -9674555 or 12935276. OLE color: 12935276.

HSL color Cylindrical-coordinate representation of color #6C60C5: hue angle of 247.13º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C60C5 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 108 96 197 -
CMYK 0.45 0.51 0 0.23
HSL 247.13º 0.47% 0.57% -
HSV(B) 247.13º 0.51% 0.77% -
XYZ 20.45 15.59 54.75 -
YUV 111.1 176.48 125.79 -
System Red Green Blue C M Y K H S L
Decimal 108 96 197 0.45 0.51 0 0.23 247.13 0.47 0.57
Hex 6C 60 C5 2D 33 0 17 F7 2F 39
Octal 154 140 305 55 63 0 27 367 57 71
Binary 1101100 1100000 11000101 101101 110011 0 10111 11110111 101111 111001

Color Harmonies of #6C60C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C60C5

Black with #6C60C5

Text Example


Text Example

White with #6C60C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,96,197); }

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

background-color css

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

 a { background-color: rgb(108,96,197); }

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

border-color css

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

 span { border-color: rgb(108,96,197); }

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