Html Css Color HEX #6B5381 Affair

📋 copy color: '#6B5381'

red 107 ◦ green 83 ◦ blue 129

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

Shades of Affair #6B5381

Tints of Affair #6B5381

RGB

 RED value IS 107 (42.19% from 255) = 33.54%

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

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

R = 33.54%
G = 26.02%
B = 40.44%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6B5381 (or 0x6B5381) is known color: Affair. HEX triplet: 6B, 53 and 81. RGB value is (107,83,129). Sum of RGB (Red+Green+Blue) = 107+83+129=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 129 - color contains mainly: blue. Hex color #6B5381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5381 is #94AC7E. Grayscale: #5F5F5F. Windows color (decimal): -9743487 or 8475499. OLE color: 8475499.

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

Color convert

RGB 107 83 129 -
CMYK 0.17 0.36 0 0.49
HSL 271.3º 0.22% 0.42% -
HSV(B) 271.3º 0.36% 0.51% -
XYZ 13.12 10.9 22.18 -
YUV 95.42 146.95 136.26 -
System Red Green Blue C M Y K H S L
Decimal 107 83 129 0.17 0.36 0 0.49 271.3 0.22 0.42
Hex 6B 53 81 11 24 0 31 10F 16 2A
Octal 153 123 201 21 44 0 61 417 26 52
Binary 1101011 1010011 10000001 10001 100100 0 110001 100001111 10110 101010

Color Harmonies of #6B5381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5381

Black with #6B5381

Text Example


Text Example

White with #6B5381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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