#6D77FF

Color #6D77FF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #6D77FF

Tints of Light Slate Blue #6D77FF

Color information

#6D77FF (or 0x6D77FF) is unknown color: approx Light Slate Blue. HEX triplet: 6D, 77 and FF. RGB value is (109,119,255). Sum of RGB (Red+Green+Blue) = 109+119+255=483 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.57% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D77FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D77FF is #928800. Grayscale: #828282. Windows color (decimal): -9603073 or 16742253. OLE color: 16742253.

HSL color Cylindrical-coordinate representation of color #6D77FF: hue angle of 235.89º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D77FF is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB109119255-
CMYK0.570.5300
HSL235.89º100%71.37%-
HSV(B)235.89º57.25%100%-
XYZ30.9523.6697.54-
YUV131.51197.69111.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.57%
GREEN value IS 119 (46.88% from 255) = 24.64%
BLUE value IS 255 (100% from 255) = 52.80%
R=22.57%
G=24.64%
B=52.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1091192550.570.5300235.8910071.37
Hex6D77FF393500ec6447
Octal155167377716500354144107
Binary1101101111011111111111111001110101001110110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D77FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,119,255); }

 H1.HeaderClassName
 {
   color: #6D77FF;
 }
 .AnyTagClassName
 {
   color: #6D77FF;
 }
</style>
background-color css

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

 a { background-color: rgb(109,119,255); }

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

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

 span { border-color: rgb(109,119,255); }

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