Html Css Color HEX #6A77FC Medium Slate Blue

📋 copy color: '#6A77FC'

red 106 ◦ green 119 ◦ blue 252

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

Shades of Medium Slate Blue #6A77FC

Tints of Medium Slate Blue #6A77FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.83%

R = 22.22%
G = 24.95%
B = 52.83%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6A77FC (or 0x6A77FC) is known color: Medium Slate Blue. HEX triplet: 6A, 77 and FC. RGB value is (106,119,252). Sum of RGB (Red+Green+Blue) = 106+119+252=477 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.22% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #6A77FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A77FC is #958803. Grayscale: #818181. Windows color (decimal): -9799684 or 16545642. OLE color: 16545642.

HSL color Cylindrical-coordinate representation of color #6A77FC: hue angle of 234.66º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A77FC is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 106 119 252 -
CMYK 0.58 0.53 0 0.01
HSL 234.66º 0.96% 0.7% -
HSV(B) 234.66º 0.58% 0.99% -
XYZ 30.11 23.29 95 -
YUV 130.28 196.69 110.69 -
System Red Green Blue C M Y K H S L
Decimal 106 119 252 0.58 0.53 0 0.01 234.66 0.96 0.7
Hex 6A 77 FC 3A 35 0 1 EB 60 46
Octal 152 167 374 72 65 0 1 353 140 106
Binary 1101010 1110111 11111100 111010 110101 0 1 11101011 1100000 1000110

Color Harmonies of #6A77FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A77FC

Black with #6A77FC

Text Example


Text Example

White with #6A77FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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