#6652AF

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

Shades of Blue Marguerite #6652AF

Tints of Blue Marguerite #6652AF

Color information

#6652AF (or 0x6652AF) is unknown color: approx Blue Marguerite. HEX triplet: 66, 52 and AF. RGB value is (102,82,175). Sum of RGB (Red+Green+Blue) = 102+82+175=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #6652AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6652AF is #99AD50. Grayscale: #626262. Windows color (decimal): -10071377 or 11489894. OLE color: 11489894.

HSL color Cylindrical-coordinate representation of color #6652AF: hue angle of 252.9º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6652AF is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10282175-
CMYK0.420.5300.31
HSL252.9º36.76%50.39%-
HSV(B)252.9º53.14%68.63%-
XYZ16.2311.9542.01-
YUV98.58171.13130.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.41%
GREEN value IS 82 (32.42% from 255) = 22.84%
BLUE value IS 175 (68.75% from 255) = 48.75%
R=28.41%
G=22.84%
B=48.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102821750.420.5300.31252.936.7650.39
Hex6652AF2A3501Ffd2532
Octal14612225752650373754562
Binary110011010100101010111110101011010101111111111101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6652AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6652AF; }

 p { color: rgb(102,82,175); }

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

<style>
 a { background-color: #6652AF; }

 a { background-color: rgb(102,82,175); }

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

<style>
 span { border-color: #6652AF; }

 span { border-color: rgb(102,82,175); }

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