Html Css Color HEX #6762AD Blue Marguerite

📋 copy color: '#6762AD'

red 103 ◦ green 98 ◦ blue 173

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

Shades of Blue Marguerite #6762AD

Tints of Blue Marguerite #6762AD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.2%

 BLUE value IS 173 (67.97% from 255) = 46.26%

R = 27.54%
G = 26.2%
B = 46.26%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6762AD (or 0x6762AD) is known color: Blue Marguerite. HEX triplet: 67, 62 and AD. RGB value is (103,98,173). Sum of RGB (Red+Green+Blue) = 103+98+173=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #6762AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6762AD is #989D52. Grayscale: #6B6B6B. Windows color (decimal): -10001747 or 11362919. OLE color: 11362919.

HSL color Cylindrical-coordinate representation of color #6762AD: hue angle of 244º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6762AD is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 98 173 -
CMYK 0.40 0.43 0 0.32
HSL 244º 0.31% 0.53% -
HSV(B) 244º 0.43% 0.68% -
XYZ 17.5 14.64 41.44 -
YUV 108.05 164.66 124.4 -
System Red Green Blue C M Y K H S L
Decimal 103 98 173 0.40 0.43 0 0.32 244 0.31 0.53
Hex 67 62 AD 28 2B 0 20 F4 1F 35
Octal 147 142 255 50 53 0 40 364 37 65
Binary 1100111 1100010 10101101 101000 101011 0 100000 11110100 11111 110101

Color Harmonies of #6762AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6762AD

Black with #6762AD

Text Example


Text Example

White with #6762AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6762AD; }

 p { color: rgb(103,98,173); }

 H1.HeaderClassName
 {
   color: #6762AD;
 }
 .AnyTagClassName
 {
   color: #6762AD;
 }
</style>

background-color css

<style>
 a { background-color: #6762AD; }

 a { background-color: rgb(103,98,173); }

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

border-color css

<style>
 span { border-color: #6762AD; }

 span { border-color: rgb(103,98,173); }

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