Html Css Color HEX #6A76DB Medium Slate Blue

📋 copy color: '#6A76DB'

red 106 ◦ green 118 ◦ blue 219

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

Shades of Medium Slate Blue #6A76DB

Tints of Medium Slate Blue #6A76DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.64%

 BLUE value IS 219 (85.94% from 255) = 49.44%

R = 23.93%
G = 26.64%
B = 49.44%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A76DB (or 0x6A76DB) is known color: Medium Slate Blue. HEX triplet: 6A, 76 and DB. RGB value is (106,118,219). Sum of RGB (Red+Green+Blue) = 106+118+219=443 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.93% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A76DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A76DB is #958924. Grayscale: #7D7D7D. Windows color (decimal): -9799973 or 14382698. OLE color: 14382698.

HSL color Cylindrical-coordinate representation of color #6A76DB: hue angle of 233.63º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A76DB is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 118 219 -
CMYK 0.52 0.46 0 0.14
HSL 233.63º 0.61% 0.64% -
HSV(B) 233.63º 0.52% 0.86% -
XYZ 25.21 21.14 69.77 -
YUV 125.93 180.52 113.79 -
System Red Green Blue C M Y K H S L
Decimal 106 118 219 0.52 0.46 0 0.14 233.63 0.61 0.64
Hex 6A 76 DB 34 2E 0 E EA 3D 40
Octal 152 166 333 64 56 0 16 352 75 100
Binary 1101010 1110110 11011011 110100 101110 0 1110 11101010 111101 1000000

Color Harmonies of #6A76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A76DB

Black with #6A76DB

Text Example


Text Example

White with #6A76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,118,219); }

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

background-color css

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

 a { background-color: rgb(106,118,219); }

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

border-color css

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

 span { border-color: rgb(106,118,219); }

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