#6B62AF

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

Shades of Blue Marguerite #6B62AF

Tints of Blue Marguerite #6B62AF

Color information

#6B62AF (or 0x6B62AF) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 62 and AF. RGB value is (107,98,175). Sum of RGB (Red+Green+Blue) = 107+98+175=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B62AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B62AF is #949D50. Grayscale: #6D6D6D. Windows color (decimal): -9739601 or 11493995. OLE color: 11493995.

HSL color Cylindrical-coordinate representation of color #6B62AF: hue angle of 247.01º 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 #6B62AF is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10798175-
CMYK0.390.4400.31
HSL247.01º32.49%53.53%-
HSV(B)247.01º44%68.63%-
XYZ18.1714.9642.49-
YUV109.47164.98126.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.16%
GREEN value IS 98 (38.67% from 255) = 25.79%
BLUE value IS 175 (68.75% from 255) = 46.05%
R=28.16%
G=25.79%
B=46.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107981750.390.4400.31247.0132.4953.53
Hex6B62AF272C01Ff72036
Octal15314225747540373674066
Binary110101111000101010111110011110110001111111110111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B62AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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