Html Css Color HEX #6B52AF Blue Marguerite

📋 copy color: '#6B52AF'

red 107 ◦ green 82 ◦ blue 175

#6B52AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #6B52AF

Tints of Blue Marguerite #6B52AF

RGB

 RED value IS 107 (42.19% from 255) = 29.4%

 GREEN value IS 82 (32.42% from 255) = 22.53%

 BLUE value IS 175 (68.75% from 255) = 48.08%

R = 29.4%
G = 22.53%
B = 48.08%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6B52AF (or 0x6B52AF) is known color: Blue Marguerite. HEX triplet: 6B, 52 and AF. RGB value is (107,82,175). Sum of RGB (Red+Green+Blue) = 107+82+175=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B52AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B52AF is #94AD50. Grayscale: #636363. Windows color (decimal): -9743697 or 11489899. OLE color: 11489899.

HSL color Cylindrical-coordinate representation of color #6B52AF: hue angle of 256.13º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B52AF is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 107 82 175 -
CMYK 0.39 0.53 0 0.31
HSL 256.13º 0.37% 0.5% -
HSV(B) 256.13º 0.53% 0.69% -
XYZ 16.82 12.26 42.04 -
YUV 100.08 170.28 132.94 -
System Red Green Blue C M Y K H S L
Decimal 107 82 175 0.39 0.53 0 0.31 256.13 0.37 0.5
Hex 6B 52 AF 27 35 0 1F 100 25 32
Octal 153 122 257 47 65 0 37 400 45 62
Binary 1101011 1010010 10101111 100111 110101 0 11111 100000000 100101 110010

Color Harmonies of #6B52AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B52AF

Black with #6B52AF

Text Example


Text Example

White with #6B52AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B52AF;
 }
 .AnyTagClassName
 {
   color: #6B52AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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