Html Css Color HEX #6D5FCC Slate Blue

📋 copy color: '#6D5FCC'

red 109 ◦ green 95 ◦ blue 204

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

Shades of Slate Blue #6D5FCC

Tints of Slate Blue #6D5FCC

RGB

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

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

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

R = 26.72%
G = 23.28%
B = 50%

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

#6D5FCC (or 0x6D5FCC) is known color: Slate Blue. HEX triplet: 6D, 5F and CC. RGB value is (109,95,204). Sum of RGB (Red+Green+Blue) = 109+95+204=408 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.72% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D5FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5FCC is #92A033. Grayscale: #6F6F6F. Windows color (decimal): -9609268 or 13393773. OLE color: 13393773.

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

Color convert

RGB 109 95 204 -
CMYK 0.47 0.53 0 0.2
HSL 247.71º 0.52% 0.59% -
HSV(B) 247.71º 0.53% 0.8% -
XYZ 21.3 15.8 59.05 -
YUV 111.61 180.14 126.14 -
System Red Green Blue C M Y K H S L
Decimal 109 95 204 0.47 0.53 0 0.2 247.71 0.52 0.59
Hex 6D 5F CC 2F 35 0 14 F8 34 3B
Octal 155 137 314 57 65 0 24 370 64 73
Binary 1101101 1011111 11001100 101111 110101 0 10100 11111000 110100 111011

Color Harmonies of #6D5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5FCC

Black with #6D5FCC

Text Example


Text Example

White with #6D5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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