#6F7AF9

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

Shades of Light Slate Blue #6F7AF9

Tints of Light Slate Blue #6F7AF9

Color information

#6F7AF9 (or 0x6F7AF9) is unknown color: approx Light Slate Blue. HEX triplet: 6F, 7A and F9. RGB value is (111,122,249). Sum of RGB (Red+Green+Blue) = 111+122+249=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #6F7AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7AF9 is #908506. Grayscale: #848484. Windows color (decimal): -9471239 or 16349807. OLE color: 16349807.

HSL color Cylindrical-coordinate representation of color #6F7AF9: hue angle of 235.22º 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 #6F7AF9 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB111122249-
CMYK0.550.5100.02
HSL235.22º92%70.59%-
HSV(B)235.22º55.42%97.65%-
XYZ30.6124.1492.67-
YUV133.19193.36112.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.03%
GREEN value IS 122 (48.05% from 255) = 25.31%
BLUE value IS 249 (97.66% from 255) = 51.66%
R=23.03%
G=25.31%
B=51.66%

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
Decimal1111222490.550.5100.02235.229270.59
Hex6F7AF9373302eb5c47
Octal157172371676302353134107
Binary11011111111010111110011101111100110101110101110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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