Html Css Color HEX #6E438F Affair

📋 copy color: '#6E438F'

red 110 ◦ green 67 ◦ blue 143

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

Shades of Affair #6E438F

Tints of Affair #6E438F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.69%

R = 34.38%
G = 20.94%
B = 44.69%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6E438F (or 0x6E438F) is known color: Affair. HEX triplet: 6E, 43 and 8F. RGB value is (110,67,143). Sum of RGB (Red+Green+Blue) = 110+67+143=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 143 - color contains mainly: blue. Hex color #6E438F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E438F is #91BC70. Grayscale: #585858. Windows color (decimal): -9550961 or 9388910. OLE color: 9388910.

HSL color Cylindrical-coordinate representation of color #6E438F: hue angle of 273.95º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E438F is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 110 67 143 -
CMYK 0.23 0.53 0 0.44
HSL 273.95º 0.36% 0.41% -
HSV(B) 273.95º 0.53% 0.56% -
XYZ 13.4 9.31 27.08 -
YUV 88.52 158.75 143.32 -
System Red Green Blue C M Y K H S L
Decimal 110 67 143 0.23 0.53 0 0.44 273.95 0.36 0.41
Hex 6E 43 8F 17 35 0 2C 112 24 29
Octal 156 103 217 27 65 0 54 422 44 51
Binary 1101110 1000011 10001111 10111 110101 0 101100 100010010 100100 101001

Color Harmonies of #6E438F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E438F

Black with #6E438F

Text Example


Text Example

White with #6E438F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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