#6B62B4

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

Shades of Blue Marguerite #6B62B4

Tints of Blue Marguerite #6B62B4

Color information

#6B62B4 (or 0x6B62B4) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 62 and B4. RGB value is (107,98,180). Sum of RGB (Red+Green+Blue) = 107+98+180=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #6B62B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B62B4 is #949D4B. Grayscale: #6D6D6D. Windows color (decimal): -9739596 or 11821675. OLE color: 11821675.

HSL color Cylindrical-coordinate representation of color #6B62B4: hue angle of 246.59º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B62B4 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10798180-
CMYK0.410.4600.29
HSL246.59º35.34%54.51%-
HSV(B)246.59º45.56%70.59%-
XYZ18.6715.1645.12-
YUV110.04167.48125.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.79%
GREEN value IS 98 (38.67% from 255) = 25.45%
BLUE value IS 180 (70.70% from 255) = 46.75%
R=27.79%
G=25.45%
B=46.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal107981800.410.4600.29246.5935.3454.51
Hex6B62B4292E01Df72337
Octal15314226451560353674367
Binary110101111000101011010010100110111001110111110111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B62B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,98,180); }

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

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

 a { background-color: rgb(107,98,180); }

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

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

 span { border-color: rgb(107,98,180); }

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