Html Css Color HEX #6756AF Blue Marguerite

📋 copy color: '#6756AF'

red 103 ◦ green 86 ◦ blue 175

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

Shades of Blue Marguerite #6756AF

Tints of Blue Marguerite #6756AF

RGB

 RED value IS 103 (40.63% from 255) = 28.3%

 GREEN value IS 86 (33.98% from 255) = 23.63%

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

R = 28.3%
G = 23.63%
B = 48.08%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6756AF (or 0x6756AF) is known color: Blue Marguerite. HEX triplet: 67, 56 and AF. RGB value is (103,86,175). Sum of RGB (Red+Green+Blue) = 103+86+175=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 86 (33.98% from 255 or 23.63% 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 #6756AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6756AF is #98A950. Grayscale: #646464. Windows color (decimal): -10004817 or 11490919. OLE color: 11490919.

HSL color Cylindrical-coordinate representation of color #6756AF: hue angle of 251.46º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6756AF is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 103 86 175 -
CMYK 0.41 0.51 0 0.31
HSL 251.46º 0.36% 0.51% -
HSV(B) 251.46º 0.51% 0.69% -
XYZ 16.66 12.63 42.12 -
YUV 101.23 169.63 129.26 -
System Red Green Blue C M Y K H S L
Decimal 103 86 175 0.41 0.51 0 0.31 251.46 0.36 0.51
Hex 67 56 AF 29 33 0 1F FB 24 33
Octal 147 126 257 51 63 0 37 373 44 63
Binary 1100111 1010110 10101111 101001 110011 0 11111 11111011 100100 110011

Color Harmonies of #6756AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6756AF

Black with #6756AF

Text Example


Text Example

White with #6756AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6756AF; }

 p { color: rgb(103,86,175); }

 H1.HeaderClassName
 {
   color: #6756AF;
 }
 .AnyTagClassName
 {
   color: #6756AF;
 }
</style>

background-color css

<style>
 a { background-color: #6756AF; }

 a { background-color: rgb(103,86,175); }

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

border-color css

<style>
 span { border-color: #6756AF; }

 span { border-color: rgb(103,86,175); }

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