#6F67B8

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

Shades of Blue Marguerite #6F67B8

Tints of Blue Marguerite #6F67B8

Color information

#6F67B8 (or 0x6F67B8) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 67 and B8. RGB value is (111,103,184). Sum of RGB (Red+Green+Blue) = 111+103+184=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 184 (72.27% from 255 or 46.23% from 398); Max value from RGB is 184 - color contains mainly: blue. Hex color #6F67B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F67B8 is #909847. Grayscale: #727272. Windows color (decimal): -9476168 or 12085103. OLE color: 12085103.

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

Color convert

RGB111103184-
CMYK0.400.4400.28
HSL245.93º36.32%56.27%-
HSV(B)245.93º44.02%72.16%-
XYZ20.0616.5447.48-
YUV114.63167.15125.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.89%
GREEN value IS 103 (40.62% from 255) = 25.88%
BLUE value IS 184 (72.27% from 255) = 46.23%
R=27.89%
G=25.88%
B=46.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1111031840.400.4400.28245.9336.3256.27
Hex6F67B8282C01Cf62438
Octal15714727050540343664470
Binary110111111001111011100010100010110001110011110110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F67B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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