Html Css Color HEX #6A79DD Medium Slate Blue

📋 copy color: '#6A79DD'

red 106 ◦ green 121 ◦ blue 221

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

Shades of Medium Slate Blue #6A79DD

Tints of Medium Slate Blue #6A79DD

RGB

 RED value IS 106 (41.8% from 255) = 23.66%

 GREEN value IS 121 (47.66% from 255) = 27.01%

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

R = 23.66%
G = 27.01%
B = 49.33%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6A79DD (or 0x6A79DD) is known color: Medium Slate Blue. HEX triplet: 6A, 79 and DD. RGB value is (106,121,221). Sum of RGB (Red+Green+Blue) = 106+121+221=448 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.66% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A79DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A79DD is #958622. Grayscale: #7F7F7F. Windows color (decimal): -9799203 or 14514538. OLE color: 14514538.

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

Color convert

RGB 106 121 221 -
CMYK 0.52 0.45 0 0.13
HSL 232.17º 0.63% 0.64% -
HSV(B) 232.17º 0.52% 0.87% -
XYZ 25.83 21.96 71.28 -
YUV 127.92 180.53 112.37 -
System Red Green Blue C M Y K H S L
Decimal 106 121 221 0.52 0.45 0 0.13 232.17 0.63 0.64
Hex 6A 79 DD 34 2D 0 D E8 3F 40
Octal 152 171 335 64 55 0 15 350 77 100
Binary 1101010 1111001 11011101 110100 101101 0 1101 11101000 111111 1000000

Color Harmonies of #6A79DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A79DD

Black with #6A79DD

Text Example


Text Example

White with #6A79DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,121,221); }

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

background-color css

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

 a { background-color: rgb(106,121,221); }

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

border-color css

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

 span { border-color: rgb(106,121,221); }

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