#6B61AB

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

Shades of Blue Marguerite #6B61AB

Tints of Blue Marguerite #6B61AB

Color information

#6B61AB (or 0x6B61AB) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 61 and AB. RGB value is (107,97,171). Sum of RGB (Red+Green+Blue) = 107+97+171=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B61AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B61AB is #949E54. Grayscale: #6C6C6C. Windows color (decimal): -9739861 or 11231595. OLE color: 11231595.

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

Color convert

RGB10797171-
CMYK0.370.4300.33
HSL248.11º30.58%52.55%-
HSV(B)248.11º43.27%67.06%-
XYZ17.6914.6240.42-
YUV108.43163.31126.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.53%
GREEN value IS 97 (38.28% from 255) = 25.87%
BLUE value IS 171 (67.19% from 255) = 45.6%
R=28.53%
G=25.87%
B=45.6%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107971710.370.4300.33248.1130.5852.55
Hex6B61AB252B021f81f35
Octal15314125345530413703765
Binary110101111000011010101110010110101101000011111100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B61AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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