Html Css Color HEX #6C427C Affair

📋 copy color: '#6C427C'

red 108 ◦ green 66 ◦ blue 124

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

Shades of Affair #6C427C

Tints of Affair #6C427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.15%

 BLUE value IS 124 (48.83% from 255) = 41.61%

R = 36.24%
G = 22.15%
B = 41.61%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6C427C (or 0x6C427C) is known color: Affair. HEX triplet: 6C, 42 and 7C. RGB value is (108,66,124). Sum of RGB (Red+Green+Blue) = 108+66+124=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C427C is #93BD83. Grayscale: #545454. Windows color (decimal): -9682308 or 8143468. OLE color: 8143468.

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

Color convert

RGB 108 66 124 -
CMYK 0.13 0.47 0 0.51
HSL 283.45º 0.31% 0.37% -
HSV(B) 283.45º 0.47% 0.49% -
XYZ 11.77 8.54 20.1 -
YUV 85.17 149.91 144.28 -
System Red Green Blue C M Y K H S L
Decimal 108 66 124 0.13 0.47 0 0.51 283.45 0.31 0.37
Hex 6C 42 7C D 2F 0 33 11B 1F 25
Octal 154 102 174 15 57 0 63 433 37 45
Binary 1101100 1000010 1111100 1101 101111 0 110011 100011011 11111 100101

Color Harmonies of #6C427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C427C

Black with #6C427C

Text Example


Text Example

White with #6C427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,66,124); }

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

background-color css

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

 a { background-color: rgb(108,66,124); }

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

border-color css

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

 span { border-color: rgb(108,66,124); }

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