#6F77FD

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

Shades of Light Slate Blue #6F77FD

Tints of Light Slate Blue #6F77FD

Color information

#6F77FD (or 0x6F77FD) is unknown color: approx Light Slate Blue. HEX triplet: 6F, 77 and FD. RGB value is (111,119,253). Sum of RGB (Red+Green+Blue) = 111+119+253=483 (63% of max value = 765). Red value is 111 (43.75% from 255 or 22.98% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F77FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F77FD is #908802. Grayscale: #838383. Windows color (decimal): -9472003 or 16611183. OLE color: 16611183.

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

Color convert

RGB111119253-
CMYK0.560.5300.01
HSL236.62º97.26%71.37%-
HSV(B)236.62º56.13%99.22%-
XYZ30.8823.6795.87-
YUV131.88196.35113.1-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.98%
GREEN value IS 119 (46.88% from 255) = 24.64%
BLUE value IS 253 (99.22% from 255) = 52.38%
R=22.98%
G=24.64%
B=52.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1111192530.560.5300.01236.6297.2671.37
Hex6F77FD383501ed6147
Octal157167375706501355141107
Binary1101111111011111111101111000110101011110110111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F77FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,119,253); }

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

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

 a { background-color: rgb(111,119,253); }

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

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

 span { border-color: rgb(111,119,253); }

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