Html Css Color HEX #6762AA Blue Marguerite

📋 copy color: '#6762AA'

red 103 ◦ green 98 ◦ blue 170

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

Shades of Blue Marguerite #6762AA

Tints of Blue Marguerite #6762AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.82%

R = 27.76%
G = 26.42%
B = 45.82%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6762AA (or 0x6762AA) is known color: Blue Marguerite. HEX triplet: 67, 62 and AA. RGB value is (103,98,170). Sum of RGB (Red+Green+Blue) = 103+98+170=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #6762AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6762AA is #989D55. Grayscale: #6B6B6B. Windows color (decimal): -10001750 or 11166311. OLE color: 11166311.

HSL color Cylindrical-coordinate representation of color #6762AA: hue angle of 244.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6762AA is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 98 170 -
CMYK 0.39 0.42 0 0.33
HSL 244.17º 0.3% 0.53% -
HSV(B) 244.17º 0.42% 0.67% -
XYZ 17.22 14.52 39.93 -
YUV 107.7 163.16 124.65 -
System Red Green Blue C M Y K H S L
Decimal 103 98 170 0.39 0.42 0 0.33 244.17 0.3 0.53
Hex 67 62 AA 27 2A 0 21 F4 1E 35
Octal 147 142 252 47 52 0 41 364 36 65
Binary 1100111 1100010 10101010 100111 101010 0 100001 11110100 11110 110101

Color Harmonies of #6762AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6762AA

Black with #6762AA

Text Example


Text Example

White with #6762AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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