#6A62BE

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

Shades of Blue Marguerite #6A62BE

Tints of Blue Marguerite #6A62BE

Color information

#6A62BE (or 0x6A62BE) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 62 and BE. RGB value is (106,98,190). Sum of RGB (Red+Green+Blue) = 106+98+190=394 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.90% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A62BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A62BE is #959D41. Grayscale: #6E6E6E. Windows color (decimal): -9805122 or 12477034. OLE color: 12477034.

HSL color Cylindrical-coordinate representation of color #6A62BE: hue angle of 245.22º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A62BE is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10698190-
CMYK0.440.4800.25
HSL245.22º41.44%56.47%-
HSV(B)245.22º48.42%74.51%-
XYZ19.6115.5250.68-
YUV110.88172.65124.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.90%
GREEN value IS 98 (38.67% from 255) = 24.87%
BLUE value IS 190 (74.61% from 255) = 48.22%
R=26.90%
G=24.87%
B=48.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106981900.440.4800.25245.2241.4456.47
Hex6A62BE2C30019f52938
Octal15214227654600313655170
Binary110101011000101011111010110011000001100111110101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A62BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,98,190); }

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

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

 a { background-color: rgb(106,98,190); }

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

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

 span { border-color: rgb(106,98,190); }

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