Html Css Color HEX #6B77EB Medium Slate Blue

📋 copy color: '#6B77EB'

red 107 ◦ green 119 ◦ blue 235

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

Shades of Medium Slate Blue #6B77EB

Tints of Medium Slate Blue #6B77EB

RGB

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

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

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

R = 23.21%
G = 25.81%
B = 50.98%

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

#6B77EB (or 0x6B77EB) is known color: Medium Slate Blue. HEX triplet: 6B, 77 and EB. RGB value is (107,119,235). Sum of RGB (Red+Green+Blue) = 107+119+235=461 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.21% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #6B77EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B77EB is #948814. Grayscale: #808080. Windows color (decimal): -9734165 or 15431531. OLE color: 15431531.

HSL color Cylindrical-coordinate representation of color #6B77EB: hue angle of 234.38º degrees, saturation: 0.76, 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 #6B77EB is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 119 235 -
CMYK 0.54 0.49 0 0.08
HSL 234.38º 0.76% 0.67% -
HSV(B) 234.38º 0.54% 0.92% -
XYZ 27.66 22.32 81.45 -
YUV 128.64 188.02 112.57 -
System Red Green Blue C M Y K H S L
Decimal 107 119 235 0.54 0.49 0 0.08 234.38 0.76 0.67
Hex 6B 77 EB 36 31 0 8 EA 4C 43
Octal 153 167 353 66 61 0 10 352 114 103
Binary 1101011 1110111 11101011 110110 110001 0 1000 11101010 1001100 1000011

Color Harmonies of #6B77EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B77EB

Black with #6B77EB

Text Example


Text Example

White with #6B77EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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