Html Css Color HEX #6A77E4 Medium Slate Blue

📋 copy color: '#6A77E4'

red 106 ◦ green 119 ◦ blue 228

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

Shades of Medium Slate Blue #6A77E4

Tints of Medium Slate Blue #6A77E4

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.27%

 BLUE value IS 228 (89.45% from 255) = 50.33%

R = 23.4%
G = 26.27%
B = 50.33%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6A77E4 (or 0x6A77E4) is known color: Medium Slate Blue. HEX triplet: 6A, 77 and E4. RGB value is (106,119,228). Sum of RGB (Red+Green+Blue) = 106+119+228=453 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.40% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 228 (89.45% from 255 or 50.33% from 453); Max value from RGB is 228 - color contains mainly: blue. Hex color #6A77E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A77E4 is #95881B. Grayscale: #7F7F7F. Windows color (decimal): -9799708 or 14972778. OLE color: 14972778.

HSL color Cylindrical-coordinate representation of color #6A77E4: hue angle of 233.61º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A77E4 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 106 119 228 -
CMYK 0.54 0.48 0 0.11
HSL 233.61º 0.69% 0.65% -
HSV(B) 233.61º 0.54% 0.89% -
XYZ 26.54 21.86 76.22 -
YUV 127.54 184.69 112.64 -
System Red Green Blue C M Y K H S L
Decimal 106 119 228 0.54 0.48 0 0.11 233.61 0.69 0.65
Hex 6A 77 E4 36 30 0 B EA 45 41
Octal 152 167 344 66 60 0 13 352 105 101
Binary 1101010 1110111 11100100 110110 110000 0 1011 11101010 1000101 1000001

Color Harmonies of #6A77E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A77E4

Black with #6A77E4

Text Example


Text Example

White with #6A77E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,119,228); }

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

background-color css

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

 a { background-color: rgb(106,119,228); }

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

border-color css

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

 span { border-color: rgb(106,119,228); }

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