#6C67AF

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

Shades of Blue Marguerite #6C67AF

Tints of Blue Marguerite #6C67AF

Color information

#6C67AF (or 0x6C67AF) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 67 and AF. RGB value is (108,103,175). Sum of RGB (Red+Green+Blue) = 108+103+175=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C67AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C67AF is #939850. Grayscale: #707070. Windows color (decimal): -9672785 or 11495276. OLE color: 11495276.

HSL color Cylindrical-coordinate representation of color #6C67AF: hue angle of 244.17º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6C67AF is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB108103175-
CMYK0.380.4100.31
HSL244.17º31.03%54.51%-
HSV(B)244.17º41.14%68.63%-
XYZ18.7715.9842.65-
YUV112.7163.16124.65-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.98%
GREEN value IS 103 (40.62% from 255) = 26.68%
BLUE value IS 175 (68.75% from 255) = 45.34%
R=27.98%
G=26.68%
B=45.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1081031750.380.4100.31244.1731.0354.51
Hex6C67AF262901Ff41f37
Octal15414725746510373643767
Binary11011001100111101011111001101010010111111111010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C67AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,103,175); }

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

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

 a { background-color: rgb(108,103,175); }

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

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

 span { border-color: rgb(108,103,175); }

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