Html Css Color HEX #6C467F Affair

📋 copy color: '#6C467F'

red 108 ◦ green 70 ◦ blue 127

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

Shades of Affair #6C467F

Tints of Affair #6C467F

RGB

 RED value IS 108 (42.58% from 255) = 35.41%

 GREEN value IS 70 (27.73% from 255) = 22.95%

 BLUE value IS 127 (50% from 255) = 41.64%

R = 35.41%
G = 22.95%
B = 41.64%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6C467F (or 0x6C467F) is known color: Affair. HEX triplet: 6C, 46 and 7F. RGB value is (108,70,127). Sum of RGB (Red+Green+Blue) = 108+70+127=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #6C467F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C467F is #93B980. Grayscale: #575757. Windows color (decimal): -9681281 or 8341100. OLE color: 8341100.

HSL color Cylindrical-coordinate representation of color #6C467F: hue angle of 280º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6C467F is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 108 70 127 -
CMYK 0.15 0.45 0 0.50
HSL 280º 0.29% 0.39% -
HSV(B) 280º 0.45% 0.5% -
XYZ 12.21 9.1 21.19 -
YUV 87.86 150.09 142.37 -
System Red Green Blue C M Y K H S L
Decimal 108 70 127 0.15 0.45 0 0.50 280 0.29 0.39
Hex 6C 46 7F F 2D 0 32 118 1D 27
Octal 154 106 177 17 55 0 62 430 35 47
Binary 1101100 1000110 1111111 1111 101101 0 110010 100011000 11101 100111

Color Harmonies of #6C467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C467F

Black with #6C467F

Text Example


Text Example

White with #6C467F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,70,127); }

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

background-color css

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

 a { background-color: rgb(108,70,127); }

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

border-color css

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

 span { border-color: rgb(108,70,127); }

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