#6F64B4

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

Shades of Blue Marguerite #6F64B4

Tints of Blue Marguerite #6F64B4

Color information

#6F64B4 (or 0x6F64B4) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 64 and B4. RGB value is (111,100,180). Sum of RGB (Red+Green+Blue) = 111+100+180=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 180 - color contains mainly: blue. Hex color #6F64B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F64B4 is #909B4B. Grayscale: #707070. Windows color (decimal): -9476940 or 11822191. OLE color: 11822191.

HSL color Cylindrical-coordinate representation of color #6F64B4: hue angle of 248.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F64B4 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB111100180-
CMYK0.380.4400.29
HSL248.25º34.78%54.9%-
HSV(B)248.25º44.44%70.59%-
XYZ19.3515.7945.21-
YUV112.41166.14127-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.39%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 180 (70.70% from 255) = 46.04%
R=28.39%
G=25.58%
B=46.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111001800.380.4400.29248.2534.7854.9
Hex6F64B4262C01Df82337
Octal15714426446540353704367
Binary110111111001001011010010011010110001110111111000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F64B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,100,180); }

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

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

 a { background-color: rgb(111,100,180); }

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

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

 span { border-color: rgb(111,100,180); }

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