Html Css Color HEX #6F5381 Affair

📋 copy color: '#6F5381'

red 111 ◦ green 83 ◦ blue 129

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

Shades of Affair #6F5381

Tints of Affair #6F5381

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.7%

 BLUE value IS 129 (50.78% from 255) = 39.94%

R = 34.37%
G = 25.7%
B = 39.94%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6F5381 (or 0x6F5381) is known color: Affair. HEX triplet: 6F, 53 and 81. RGB value is (111,83,129). Sum of RGB (Red+Green+Blue) = 111+83+129=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 129 - color contains mainly: blue. Hex color #6F5381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5381 is #90AC7E. Grayscale: #606060. Windows color (decimal): -9481343 or 8475503. OLE color: 8475503.

HSL color Cylindrical-coordinate representation of color #6F5381: hue angle of 276.52º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F5381 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 111 83 129 -
CMYK 0.14 0.36 0 0.49
HSL 276.52º 0.22% 0.42% -
HSV(B) 276.52º 0.36% 0.51% -
XYZ 13.61 11.15 22.2 -
YUV 96.62 146.28 138.26 -
System Red Green Blue C M Y K H S L
Decimal 111 83 129 0.14 0.36 0 0.49 276.52 0.22 0.42
Hex 6F 53 81 E 24 0 31 115 16 2A
Octal 157 123 201 16 44 0 61 425 26 52
Binary 1101111 1010011 10000001 1110 100100 0 110001 100010101 10110 101010

Color Harmonies of #6F5381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5381

Black with #6F5381

Text Example


Text Example

White with #6F5381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,83,129); }

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

background-color css

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

 a { background-color: rgb(111,83,129); }

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

border-color css

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

 span { border-color: rgb(111,83,129); }

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