Html Css Color HEX #6B77EA Medium Slate Blue

📋 copy color: '#6B77EA'

red 107 ◦ green 119 ◦ blue 234

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

Shades of Medium Slate Blue #6B77EA

Tints of Medium Slate Blue #6B77EA

RGB

 RED value IS 107 (42.19% from 255) = 23.26%

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

 BLUE value IS 234 (91.8% from 255) = 50.87%

R = 23.26%
G = 25.87%
B = 50.87%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6B77EA (or 0x6B77EA) is known color: Medium Slate Blue. HEX triplet: 6B, 77 and EA. RGB value is (107,119,234). Sum of RGB (Red+Green+Blue) = 107+119+234=460 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.26% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #6B77EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B77EA is #948815. Grayscale: #808080. Windows color (decimal): -9734166 or 15365995. OLE color: 15365995.

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

Color convert

RGB 107 119 234 -
CMYK 0.54 0.49 0 0.08
HSL 234.33º 0.75% 0.67% -
HSV(B) 234.33º 0.54% 0.92% -
XYZ 27.51 22.26 80.69 -
YUV 128.52 187.52 112.65 -
System Red Green Blue C M Y K H S L
Decimal 107 119 234 0.54 0.49 0 0.08 234.33 0.75 0.67
Hex 6B 77 EA 36 31 0 8 EA 4B 43
Octal 153 167 352 66 61 0 10 352 113 103
Binary 1101011 1110111 11101010 110110 110001 0 1000 11101010 1001011 1000011

Color Harmonies of #6B77EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B77EA

Black with #6B77EA

Text Example


Text Example

White with #6B77EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,119,234); }

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

background-color css

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

 a { background-color: rgb(107,119,234); }

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

border-color css

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

 span { border-color: rgb(107,119,234); }

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