#6B65AB

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

Shades of Blue Marguerite #6B65AB

Tints of Blue Marguerite #6B65AB

Color information

#6B65AB (or 0x6B65AB) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 65 and AB. RGB value is (107,101,171). Sum of RGB (Red+Green+Blue) = 107+101+171=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B65AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B65AB is #949A54. Grayscale: #6E6E6E. Windows color (decimal): -9738837 or 11232619. OLE color: 11232619.

HSL color Cylindrical-coordinate representation of color #6B65AB: hue angle of 245.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B65AB is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB107101171-
CMYK0.370.4100.33
HSL245.14º29.41%53.33%-
HSV(B)245.14º40.94%67.06%-
XYZ18.0715.3740.54-
YUV110.77161.99125.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.23%
GREEN value IS 101 (39.84% from 255) = 26.65%
BLUE value IS 171 (67.19% from 255) = 45.12%
R=28.23%
G=26.65%
B=45.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071011710.370.4100.33245.1429.4153.33
Hex6B65AB2529021f51d35
Octal15314525345510413653565
Binary110101111001011010101110010110100101000011111010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B65AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,101,171); }

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

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

 a { background-color: rgb(107,101,171); }

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

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

 span { border-color: rgb(107,101,171); }

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