Html Css Color HEX #6750AB Blue Marguerite

📋 copy color: '#6750AB'

red 103 ◦ green 80 ◦ blue 171

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

Shades of Blue Marguerite #6750AB

Tints of Blue Marguerite #6750AB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.6%

 BLUE value IS 171 (67.19% from 255) = 48.31%

R = 29.1%
G = 22.6%
B = 48.31%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6750AB (or 0x6750AB) is known color: Blue Marguerite. HEX triplet: 67, 50 and AB. RGB value is (103,80,171). Sum of RGB (Red+Green+Blue) = 103+80+171=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #6750AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6750AB is #98AF54. Grayscale: #606060. Windows color (decimal): -10006357 or 11227239. OLE color: 11227239.

HSL color Cylindrical-coordinate representation of color #6750AB: hue angle of 255.16º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6750AB is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 80 171 -
CMYK 0.40 0.53 0 0.33
HSL 255.16º 0.36% 0.49% -
HSV(B) 255.16º 0.53% 0.67% -
XYZ 15.81 11.56 39.93 -
YUV 97.25 169.62 132.1 -
System Red Green Blue C M Y K H S L
Decimal 103 80 171 0.40 0.53 0 0.33 255.16 0.36 0.49
Hex 67 50 AB 28 35 0 21 FF 24 31
Octal 147 120 253 50 65 0 41 377 44 61
Binary 1100111 1010000 10101011 101000 110101 0 100001 11111111 100100 110001

Color Harmonies of #6750AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6750AB

Black with #6750AB

Text Example


Text Example

White with #6750AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6750AB; }

 p { color: rgb(103,80,171); }

 H1.HeaderClassName
 {
   color: #6750AB;
 }
 .AnyTagClassName
 {
   color: #6750AB;
 }
</style>

background-color css

<style>
 a { background-color: #6750AB; }

 a { background-color: rgb(103,80,171); }

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

border-color css

<style>
 span { border-color: #6750AB; }

 span { border-color: rgb(103,80,171); }

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