Html Css Color HEX #6D457E Affair

📋 copy color: '#6D457E'

red 109 ◦ green 69 ◦ blue 126

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

Shades of Affair #6D457E

Tints of Affair #6D457E

RGB

 RED value IS 109 (42.97% from 255) = 35.86%

 GREEN value IS 69 (27.34% from 255) = 22.7%

 BLUE value IS 126 (49.61% from 255) = 41.45%

R = 35.86%
G = 22.7%
B = 41.45%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D457E (or 0x6D457E) is known color: Affair. HEX triplet: 6D, 45 and 7E. RGB value is (109,69,126). Sum of RGB (Red+Green+Blue) = 109+69+126=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 126 - color contains mainly: blue. Hex color #6D457E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D457E is #92BA81. Grayscale: #575757. Windows color (decimal): -9616002 or 8275309. OLE color: 8275309.

HSL color Cylindrical-coordinate representation of color #6D457E: hue angle of 282.11º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D457E is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 109 69 126 -
CMYK 0.13 0.45 0 0.51
HSL 282.11º 0.29% 0.38% -
HSV(B) 282.11º 0.45% 0.49% -
XYZ 12.2 9.01 20.84 -
YUV 87.46 149.75 143.37 -
System Red Green Blue C M Y K H S L
Decimal 109 69 126 0.13 0.45 0 0.51 282.11 0.29 0.38
Hex 6D 45 7E D 2D 0 33 11A 1D 26
Octal 155 105 176 15 55 0 63 432 35 46
Binary 1101101 1000101 1111110 1101 101101 0 110011 100011010 11101 100110

Color Harmonies of #6D457E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D457E

Black with #6D457E

Text Example


Text Example

White with #6D457E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,69,126); }

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

background-color css

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

 a { background-color: rgb(109,69,126); }

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

border-color css

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

 span { border-color: rgb(109,69,126); }

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