Html Css Color HEX #6F5489 Affair

📋 copy color: '#6F5489'

red 111 ◦ green 84 ◦ blue 137

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

Shades of Affair #6F5489

Tints of Affair #6F5489

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.3%

 BLUE value IS 137 (53.91% from 255) = 41.27%

R = 33.43%
G = 25.3%
B = 41.27%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6F5489 (or 0x6F5489) is known color: Affair. HEX triplet: 6F, 54 and 89. RGB value is (111,84,137). Sum of RGB (Red+Green+Blue) = 111+84+137=332 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.43% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F5489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5489 is #90AB76. Grayscale: #616161. Windows color (decimal): -9481079 or 9000047. OLE color: 9000047.

HSL color Cylindrical-coordinate representation of color #6F5489: hue angle of 270.57º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F5489 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 111 84 137 -
CMYK 0.19 0.39 0 0.46
HSL 270.57º 0.24% 0.43% -
HSV(B) 270.57º 0.39% 0.54% -
XYZ 14.24 11.53 25.14 -
YUV 98.12 149.95 137.19 -
System Red Green Blue C M Y K H S L
Decimal 111 84 137 0.19 0.39 0 0.46 270.57 0.24 0.43
Hex 6F 54 89 13 27 0 2E 10F 18 2B
Octal 157 124 211 23 47 0 56 417 30 53
Binary 1101111 1010100 10001001 10011 100111 0 101110 100001111 11000 101011

Color Harmonies of #6F5489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5489

Black with #6F5489

Text Example


Text Example

White with #6F5489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,84,137); }

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

background-color css

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

 a { background-color: rgb(111,84,137); }

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

border-color css

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

 span { border-color: rgb(111,84,137); }

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