#6F79F9

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

Shades of Light Slate Blue #6F79F9

Tints of Light Slate Blue #6F79F9

Color information

#6F79F9 (or 0x6F79F9) is unknown color: approx Light Slate Blue. HEX triplet: 6F, 79 and F9. RGB value is (111,121,249). Sum of RGB (Red+Green+Blue) = 111+121+249=481 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.08% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #6F79F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F79F9 is #908606. Grayscale: #848484. Windows color (decimal): -9471495 or 16349551. OLE color: 16349551.

HSL color Cylindrical-coordinate representation of color #6F79F9: hue angle of 235.65º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F79F9 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB111121249-
CMYK0.550.5100.02
HSL235.65º92%70.59%-
HSV(B)235.65º55.42%97.65%-
XYZ30.4923.8992.63-
YUV132.6193.69112.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.08%
GREEN value IS 121 (47.66% from 255) = 25.16%
BLUE value IS 249 (97.66% from 255) = 51.77%
R=23.08%
G=25.16%
B=51.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1111212490.550.5100.02235.659270.59
Hex6F79F9373302ec5c47
Octal157171371676302354134107
Binary11011111111001111110011101111100110101110110010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F79F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,121,249); }

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

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

 a { background-color: rgb(111,121,249); }

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

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

 span { border-color: rgb(111,121,249); }

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