Html Css Color HEX #6E438D Affair

📋 copy color: '#6E438D'

red 110 ◦ green 67 ◦ blue 141

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

Shades of Affair #6E438D

Tints of Affair #6E438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.07%

 BLUE value IS 141 (55.47% from 255) = 44.34%

R = 34.59%
G = 21.07%
B = 44.34%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E438D (or 0x6E438D) is known color: Affair. HEX triplet: 6E, 43 and 8D. RGB value is (110,67,141). Sum of RGB (Red+Green+Blue) = 110+67+141=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E438D is #91BC72. Grayscale: #585858. Windows color (decimal): -9550963 or 9257838. OLE color: 9257838.

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

Color convert

RGB 110 67 141 -
CMYK 0.22 0.52 0 0.45
HSL 274.86º 0.36% 0.41% -
HSV(B) 274.86º 0.52% 0.55% -
XYZ 13.25 9.25 26.29 -
YUV 88.29 157.75 143.48 -
System Red Green Blue C M Y K H S L
Decimal 110 67 141 0.22 0.52 0 0.45 274.86 0.36 0.41
Hex 6E 43 8D 16 34 0 2D 113 24 29
Octal 156 103 215 26 64 0 55 423 44 51
Binary 1101110 1000011 10001101 10110 110100 0 101101 100010011 100100 101001

Color Harmonies of #6E438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E438D

Black with #6E438D

Text Example


Text Example

White with #6E438D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,67,141); }

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

background-color css

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

 a { background-color: rgb(110,67,141); }

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

border-color css

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

 span { border-color: rgb(110,67,141); }

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