#6F7BF9

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

Shades of Light Slate Blue #6F7BF9

Tints of Light Slate Blue #6F7BF9

Color information

#6F7BF9 (or 0x6F7BF9) is unknown color: approx Light Slate Blue. HEX triplet: 6F, 7B and F9. RGB value is (111,123,249). Sum of RGB (Red+Green+Blue) = 111+123+249=483 (63% of max value = 765). Red value is 111 (43.75% from 255 or 22.98% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 249 (97.66% from 255 or 51.55% from 483); Max value from RGB is 249 - color contains mainly: blue. Hex color #6F7BF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7BF9 is #908406. Grayscale: #858585. Windows color (decimal): -9470983 or 16350063. OLE color: 16350063.

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

Color convert

RGB111123249-
CMYK0.550.5100.02
HSL234.78º92%70.59%-
HSV(B)234.78º55.42%97.65%-
XYZ30.7424.3892.71-
YUV133.78193.02111.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.98%
GREEN value IS 123 (48.44% from 255) = 25.47%
BLUE value IS 249 (97.66% from 255) = 51.55%
R=22.98%
G=25.47%
B=51.55%

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
Decimal1111232490.550.5100.02234.789270.59
Hex6F7BF9373302eb5c47
Octal157173371676302353134107
Binary11011111111011111110011101111100110101110101110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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