Html Css Color HEX #6D55DF Slate Blue

📋 copy color: '#6D55DF'

red 109 ◦ green 85 ◦ blue 223

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

Shades of Slate Blue #6D55DF

Tints of Slate Blue #6D55DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.38%

 BLUE value IS 223 (87.5% from 255) = 53.48%

R = 26.14%
G = 20.38%
B = 53.48%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D55DF (or 0x6D55DF) is known color: Slate Blue. HEX triplet: 6D, 55 and DF. RGB value is (109,85,223). Sum of RGB (Red+Green+Blue) = 109+85+223=417 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.14% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D55DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D55DF is #92AA20. Grayscale: #6B6B6B. Windows color (decimal): -9611809 or 14636397. OLE color: 14636397.

HSL color Cylindrical-coordinate representation of color #6D55DF: hue angle of 250.43º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D55DF is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 85 223 -
CMYK 0.51 0.62 0 0.13
HSL 250.43º 0.68% 0.6% -
HSV(B) 250.43º 0.62% 0.87% -
XYZ 22.87 15.08 71.52 -
YUV 107.91 192.95 128.78 -
System Red Green Blue C M Y K H S L
Decimal 109 85 223 0.51 0.62 0 0.13 250.43 0.68 0.6
Hex 6D 55 DF 33 3E 0 D FA 44 3C
Octal 155 125 337 63 76 0 15 372 104 74
Binary 1101101 1010101 11011111 110011 111110 0 1101 11111010 1000100 111100

Color Harmonies of #6D55DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D55DF

Black with #6D55DF

Text Example


Text Example

White with #6D55DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,85,223); }

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

background-color css

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

 a { background-color: rgb(109,85,223); }

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

border-color css

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

 span { border-color: rgb(109,85,223); }

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