Html Css Color HEX #6D60C8 Slate Blue

📋 copy color: '#6D60C8'

red 109 ◦ green 96 ◦ blue 200

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

Shades of Slate Blue #6D60C8

Tints of Slate Blue #6D60C8

RGB

 RED value IS 109 (42.97% from 255) = 26.91%

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

 BLUE value IS 200 (78.52% from 255) = 49.38%

R = 26.91%
G = 23.7%
B = 49.38%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6D60C8 (or 0x6D60C8) is known color: Slate Blue. HEX triplet: 6D, 60 and C8. RGB value is (109,96,200). Sum of RGB (Red+Green+Blue) = 109+96+200=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 200 (78.52% from 255 or 49.38% from 405); Max value from RGB is 200 - color contains mainly: blue. Hex color #6D60C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D60C8 is #929F37. Grayscale: #6F6F6F. Windows color (decimal): -9609016 or 13131885. OLE color: 13131885.

HSL color Cylindrical-coordinate representation of color #6D60C8: hue angle of 247.5º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D60C8 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 109 96 200 -
CMYK 0.46 0.52 0 0.22
HSL 247.5º 0.49% 0.58% -
HSV(B) 247.5º 0.52% 0.78% -
XYZ 20.91 15.79 56.59 -
YUV 111.74 177.81 126.04 -
System Red Green Blue C M Y K H S L
Decimal 109 96 200 0.46 0.52 0 0.22 247.5 0.49 0.58
Hex 6D 60 C8 2E 34 0 16 F8 31 3A
Octal 155 140 310 56 64 0 26 370 61 72
Binary 1101101 1100000 11001000 101110 110100 0 10110 11111000 110001 111010

Color Harmonies of #6D60C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D60C8

Black with #6D60C8

Text Example


Text Example

White with #6D60C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,96,200); }

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

background-color css

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

 a { background-color: rgb(109,96,200); }

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

border-color css

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

 span { border-color: rgb(109,96,200); }

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