#6C65B3

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

Shades of Blue Marguerite #6C65B3

Tints of Blue Marguerite #6C65B3

Color information

#6C65B3 (or 0x6C65B3) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 65 and B3. RGB value is (108,101,179). Sum of RGB (Red+Green+Blue) = 108+101+179=388 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.84% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 179 (70.31% from 255 or 46.13% from 388); Max value from RGB is 179 - color contains mainly: blue. Hex color #6C65B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C65B3 is #939A4C. Grayscale: #6F6F6F. Windows color (decimal): -9673293 or 11756908. OLE color: 11756908.

HSL color Cylindrical-coordinate representation of color #6C65B3: hue angle of 245.38º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C65B3 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB108101179-
CMYK0.400.4400.30
HSL245.38º33.91%54.9%-
HSV(B)245.38º43.58%70.2%-
XYZ18.9715.7544.69-
YUV111.99165.82125.16-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.84%
GREEN value IS 101 (39.84% from 255) = 26.03%
BLUE value IS 179 (70.31% from 255) = 46.13%
R=27.84%
G=26.03%
B=46.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1081011790.400.4400.30245.3833.9154.9
Hex6C65B3282C01Ef52237
Octal15414526350540363654267
Binary110110011001011011001110100010110001111011110101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C65B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,101,179); }

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

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

 a { background-color: rgb(108,101,179); }

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

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

 span { border-color: rgb(108,101,179); }

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