#6A62BC

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

Shades of Blue Marguerite #6A62BC

Tints of Blue Marguerite #6A62BC

Color information

#6A62BC (or 0x6A62BC) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 62 and BC. RGB value is (106,98,188). Sum of RGB (Red+Green+Blue) = 106+98+188=392 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.04% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A62BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A62BC is #959D43. Grayscale: #6E6E6E. Windows color (decimal): -9805124 or 12345962. OLE color: 12345962.

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

Color convert

RGB10698188-
CMYK0.440.4800.26
HSL245.33º40.18%56.08%-
HSV(B)245.33º47.87%73.73%-
XYZ19.3915.4349.53-
YUV110.65171.65124.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.04%
GREEN value IS 98 (38.67% from 255) = 25%
BLUE value IS 188 (73.83% from 255) = 47.96%
R=27.04%
G=25%
B=47.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal106981880.440.4800.26245.3340.1856.08
Hex6A62BC2C3001Af52838
Octal15214227454600323655070
Binary110101011000101011110010110011000001101011110101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A62BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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