Html Css Color HEX #6A76EB Medium Slate Blue

📋 copy color: '#6A76EB'

red 106 ◦ green 118 ◦ blue 235

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

Shades of Medium Slate Blue #6A76EB

Tints of Medium Slate Blue #6A76EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.2%

R = 23.09%
G = 25.71%
B = 51.2%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6A76EB (or 0x6A76EB) is known color: Medium Slate Blue. HEX triplet: 6A, 76 and EB. RGB value is (106,118,235). Sum of RGB (Red+Green+Blue) = 106+118+235=459 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.09% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A76EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A76EB is #958914. Grayscale: #7F7F7F. Windows color (decimal): -9799957 or 15431274. OLE color: 15431274.

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

Color convert

RGB 106 118 235 -
CMYK 0.55 0.50 0 0.08
HSL 234.42º 0.76% 0.67% -
HSV(B) 234.42º 0.55% 0.92% -
XYZ 27.42 22.02 81.4 -
YUV 127.75 188.52 112.49 -
System Red Green Blue C M Y K H S L
Decimal 106 118 235 0.55 0.50 0 0.08 234.42 0.76 0.67
Hex 6A 76 EB 37 32 0 8 EA 4C 43
Octal 152 166 353 67 62 0 10 352 114 103
Binary 1101010 1110110 11101011 110111 110010 0 1000 11101010 1001100 1000011

Color Harmonies of #6A76EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A76EB

Black with #6A76EB

Text Example


Text Example

White with #6A76EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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