#6c65b1

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

Shades of Blue Marguerite #6C65B1

Tints of Blue Marguerite #6C65B1

Color information

#6C65B1 (or 0x6C65B1) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 65 and B1. RGB value is (108,101,177). Sum of RGB (Red+Green+Blue) = 108+101+177=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 177 - color contains mainly: blue. Hex color #6C65B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C65B1 is #939A4E. Grayscale: #6F6F6F. Windows color (decimal): -9673295 or 11625836. OLE color: 11625836.

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

Color convert

RGB108101177-
CMYK0.390.4300.31
HSL245.53º32.76%54.51%-
HSV(B)245.53º42.94%69.41%-
XYZ18.7715.6743.63-
YUV111.76164.82125.32-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.98%
GREEN value IS 101 (39.84% from 255) = 26.17%
BLUE value IS 177 (69.53% from 255) = 45.85%
R=27.98%
G=26.17%
B=45.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1081011770.390.4300.31245.5332.7654.51
Hex6C65B1272B01Ff62137
Octal15414526147530373664167
Binary110110011001011011000110011110101101111111110110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c65b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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