#6662AF

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

Shades of Blue Marguerite #6662AF

Tints of Blue Marguerite #6662AF

Color information

#6662AF (or 0x6662AF) is unknown color: approx Blue Marguerite. HEX triplet: 66, 62 and AF. RGB value is (102,98,175). Sum of RGB (Red+Green+Blue) = 102+98+175=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #6662AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6662AF is #999D50. Grayscale: #6B6B6B. Windows color (decimal): -10067281 or 11493990. OLE color: 11493990.

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

Color convert

RGB10298175-
CMYK0.420.4400.31
HSL243.12º32.49%53.53%-
HSV(B)243.12º44%68.63%-
XYZ17.5914.6642.46-
YUV107.97165.83123.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.2%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 175 (68.75% from 255) = 46.67%
R=27.2%
G=26.13%
B=46.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102981750.420.4400.31243.1232.4953.53
Hex6662AF2A2C01Ff32036
Octal14614225752540373634066
Binary110011011000101010111110101010110001111111110011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6662AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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