#6F69B8

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

Shades of Blue Marguerite #6F69B8

Tints of Blue Marguerite #6F69B8

Color information

#6F69B8 (or 0x6F69B8) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 69 and B8. RGB value is (111,105,184). Sum of RGB (Red+Green+Blue) = 111+105+184=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 184 (72.27% from 255 or 46% from 400); Max value from RGB is 184 - color contains mainly: blue. Hex color #6F69B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F69B8 is #909647. Grayscale: #737373. Windows color (decimal): -9475656 or 12085615. OLE color: 12085615.

HSL color Cylindrical-coordinate representation of color #6F69B8: hue angle of 244.56º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F69B8 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB111105184-
CMYK0.400.4300.28
HSL244.56º35.75%56.67%-
HSV(B)244.56º42.93%72.16%-
XYZ20.2616.9447.55-
YUV115.8166.49124.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.75%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 184 (72.27% from 255) = 46%
R=27.75%
G=26.25%
B=46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1111051840.400.4300.28244.5635.7556.67
Hex6F69B8282B01Cf52439
Octal15715127050530343654471
Binary110111111010011011100010100010101101110011110101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F69B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,105,184); }

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

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

 a { background-color: rgb(111,105,184); }

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

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

 span { border-color: rgb(111,105,184); }

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