Html Css Color HEX #6E448B Affair

📋 copy color: '#6E448B'

red 110 ◦ green 68 ◦ blue 139

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

Shades of Affair #6E448B

Tints of Affair #6E448B

RGB

 RED value IS 110 (43.36% from 255) = 34.7%

 GREEN value IS 68 (26.95% from 255) = 21.45%

 BLUE value IS 139 (54.69% from 255) = 43.85%

R = 34.7%
G = 21.45%
B = 43.85%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E448B (or 0x6E448B) is known color: Affair. HEX triplet: 6E, 44 and 8B. RGB value is (110,68,139). Sum of RGB (Red+Green+Blue) = 110+68+139=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E448B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E448B is #91BB74. Grayscale: #585858. Windows color (decimal): -9550709 or 9127022. OLE color: 9127022.

HSL color Cylindrical-coordinate representation of color #6E448B: hue angle of 275.49º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E448B is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 68 139 -
CMYK 0.21 0.51 0 0.45
HSL 275.49º 0.34% 0.41% -
HSV(B) 275.49º 0.51% 0.55% -
XYZ 13.16 9.31 25.53 -
YUV 88.65 156.41 143.23 -
System Red Green Blue C M Y K H S L
Decimal 110 68 139 0.21 0.51 0 0.45 275.49 0.34 0.41
Hex 6E 44 8B 15 33 0 2D 113 22 29
Octal 156 104 213 25 63 0 55 423 42 51
Binary 1101110 1000100 10001011 10101 110011 0 101101 100010011 100010 101001

Color Harmonies of #6E448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E448B

Black with #6E448B

Text Example


Text Example

White with #6E448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,68,139); }

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

background-color css

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

 a { background-color: rgb(110,68,139); }

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

border-color css

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

 span { border-color: rgb(110,68,139); }

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