Html Css Color HEX #6D68DD Slate Blue

📋 copy color: '#6D68DD'

red 109 ◦ green 104 ◦ blue 221

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

Shades of Slate Blue #6D68DD

Tints of Slate Blue #6D68DD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.96%

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 25.12%
G = 23.96%
B = 50.92%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D68DD (or 0x6D68DD) is known color: Slate Blue. HEX triplet: 6D, 68 and DD. RGB value is (109,104,221). Sum of RGB (Red+Green+Blue) = 109+104+221=434 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.12% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D68DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D68DD is #929722. Grayscale: #767676. Windows color (decimal): -9606947 or 14510189. OLE color: 14510189.

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

Color convert

RGB 109 104 221 -
CMYK 0.51 0.53 0 0.13
HSL 242.56º 0.63% 0.64% -
HSV(B) 242.56º 0.53% 0.87% -
XYZ 24.31 18.37 70.67 -
YUV 118.83 185.66 120.99 -
System Red Green Blue C M Y K H S L
Decimal 109 104 221 0.51 0.53 0 0.13 242.56 0.63 0.64
Hex 6D 68 DD 33 35 0 D F3 3F 40
Octal 155 150 335 63 65 0 15 363 77 100
Binary 1101101 1101000 11011101 110011 110101 0 1101 11110011 111111 1000000

Color Harmonies of #6D68DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D68DD

Black with #6D68DD

Text Example


Text Example

White with #6D68DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,104,221); }

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

background-color css

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

 a { background-color: rgb(109,104,221); }

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

border-color css

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

 span { border-color: rgb(109,104,221); }

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