Html Css Color HEX #6F62AB Blue Marguerite

📋 copy color: '#6F62AB'

red 111 ◦ green 98 ◦ blue 171

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

Shades of Blue Marguerite #6F62AB

Tints of Blue Marguerite #6F62AB

RGB

 RED value IS 111 (43.75% from 255) = 29.21%

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

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

R = 29.21%
G = 25.79%
B = 45%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F62AB (or 0x6F62AB) is known color: Blue Marguerite. HEX triplet: 6F, 62 and AB. RGB value is (111,98,171). Sum of RGB (Red+Green+Blue) = 111+98+171=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F62AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F62AB is #909D54. Grayscale: #6D6D6D. Windows color (decimal): -9477461 or 11231855. OLE color: 11231855.

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

Color convert

RGB 111 98 171 -
CMYK 0.35 0.43 0 0.33
HSL 250.68º 0.3% 0.53% -
HSV(B) 250.68º 0.43% 0.67% -
XYZ 18.27 15.06 40.47 -
YUV 110.21 162.31 128.56 -
System Red Green Blue C M Y K H S L
Decimal 111 98 171 0.35 0.43 0 0.33 250.68 0.3 0.53
Hex 6F 62 AB 23 2B 0 21 FB 1E 35
Octal 157 142 253 43 53 0 41 373 36 65
Binary 1101111 1100010 10101011 100011 101011 0 100001 11111011 11110 110101

Color Harmonies of #6F62AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F62AB

Black with #6F62AB

Text Example


Text Example

White with #6F62AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,98,171); }

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

background-color css

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

 a { background-color: rgb(111,98,171); }

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

border-color css

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

 span { border-color: rgb(111,98,171); }

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