#6f7bfe

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

Shades of Light Slate Blue #6F7BFE

Tints of Light Slate Blue #6F7BFE

Color information

#6F7BFE (or 0x6F7BFE) is unknown color: approx Light Slate Blue. HEX triplet: 6F, 7B and FE. RGB value is (111,123,254). Sum of RGB (Red+Green+Blue) = 111+123+254=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F7BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7BFE is #908401. Grayscale: #858585. Windows color (decimal): -9470978 or 16677743. OLE color: 16677743.

HSL color Cylindrical-coordinate representation of color #6F7BFE: hue angle of 234.97º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F7BFE is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB111123254-
CMYK0.560.5200.00
HSL234.97º98.62%71.57%-
HSV(B)234.97º56.3%99.61%-
XYZ31.5324.796.87-
YUV134.35195.52111.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.75%
GREEN value IS 123 (48.44% from 255) = 25.20%
BLUE value IS 254 (99.61% from 255) = 52.05%
R=22.75%
G=25.20%
B=52.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1111232540.560.5200.00234.9798.6271.57
Hex6F7BFE383400eb6348
Octal157173376706400353143110
Binary1101111111101111111110111000110100001110101111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f7bfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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