#6F66BE

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

Shades of Blue Marguerite #6F66BE

Tints of Blue Marguerite #6F66BE

Color information

#6F66BE (or 0x6F66BE) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 66 and BE. RGB value is (111,102,190). Sum of RGB (Red+Green+Blue) = 111+102+190=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F66BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F66BE is #909941. Grayscale: #727272. Windows color (decimal): -9476418 or 12478063. OLE color: 12478063.

HSL color Cylindrical-coordinate representation of color #6F66BE: hue angle of 246.14º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F66BE is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB111102190-
CMYK0.420.4600.25
HSL246.14º40.37%57.25%-
HSV(B)246.14º46.32%74.51%-
XYZ20.616.650.83-
YUV114.72170.48125.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.54%
GREEN value IS 102 (40.23% from 255) = 25.31%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=27.54%
G=25.31%
B=47.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111021900.420.4600.25246.1440.3757.25
Hex6F66BE2A2E019f62839
Octal15714627652560313665071
Binary110111111001101011111010101010111001100111110110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F66BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,102,190); }

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

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

 a { background-color: rgb(111,102,190); }

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

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

 span { border-color: rgb(111,102,190); }

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