Html Css Color HEX #6C62AA Blue Marguerite

📋 copy color: '#6C62AA'

red 108 ◦ green 98 ◦ blue 170

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

Shades of Blue Marguerite #6C62AA

Tints of Blue Marguerite #6C62AA

RGB

 RED value IS 108 (42.58% from 255) = 28.72%

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

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

R = 28.72%
G = 26.06%
B = 45.21%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C62AA (or 0x6C62AA) is known color: Blue Marguerite. HEX triplet: 6C, 62 and AA. RGB value is (108,98,170). Sum of RGB (Red+Green+Blue) = 108+98+170=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C62AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C62AA is #939D55. Grayscale: #6C6C6C. Windows color (decimal): -9674070 or 11166316. OLE color: 11166316.

HSL color Cylindrical-coordinate representation of color #6C62AA: hue angle of 248.33º 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 #6C62AA is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 98 170 -
CMYK 0.36 0.42 0 0.33
HSL 248.33º 0.3% 0.53% -
HSV(B) 248.33º 0.42% 0.67% -
XYZ 17.81 14.83 39.95 -
YUV 109.2 162.31 127.15 -
System Red Green Blue C M Y K H S L
Decimal 108 98 170 0.36 0.42 0 0.33 248.33 0.3 0.53
Hex 6C 62 AA 24 2A 0 21 F8 1E 35
Octal 154 142 252 44 52 0 41 370 36 65
Binary 1101100 1100010 10101010 100100 101010 0 100001 11111000 11110 110101

Color Harmonies of #6C62AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C62AA

Black with #6C62AA

Text Example


Text Example

White with #6C62AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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