Html Css Color HEX #6A76EE Medium Slate Blue

📋 copy color: '#6A76EE'

red 106 ◦ green 118 ◦ blue 238

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

Shades of Medium Slate Blue #6A76EE

Tints of Medium Slate Blue #6A76EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.52%

R = 22.94%
G = 25.54%
B = 51.52%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6A76EE (or 0x6A76EE) is known color: Medium Slate Blue. HEX triplet: 6A, 76 and EE. RGB value is (106,118,238). Sum of RGB (Red+Green+Blue) = 106+118+238=462 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.94% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #6A76EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A76EE is #958911. Grayscale: #7F7F7F. Windows color (decimal): -9799954 or 15627882. OLE color: 15627882.

HSL color Cylindrical-coordinate representation of color #6A76EE: hue angle of 234.55º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A76EE is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 118 238 -
CMYK 0.55 0.50 0 0.07
HSL 234.55º 0.8% 0.67% -
HSV(B) 234.55º 0.55% 0.93% -
XYZ 27.85 22.19 83.7 -
YUV 128.09 190.02 112.24 -
System Red Green Blue C M Y K H S L
Decimal 106 118 238 0.55 0.50 0 0.07 234.55 0.8 0.67
Hex 6A 76 EE 37 32 0 7 EB 50 43
Octal 152 166 356 67 62 0 7 353 120 103
Binary 1101010 1110110 11101110 110111 110010 0 111 11101011 1010000 1000011

Color Harmonies of #6A76EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A76EE

Black with #6A76EE

Text Example


Text Example

White with #6A76EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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