Html Css Color HEX #6C498C Affair

📋 copy color: '#6C498C'

red 108 ◦ green 73 ◦ blue 140

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

Shades of Affair #6C498C

Tints of Affair #6C498C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.74%

 BLUE value IS 140 (55.08% from 255) = 43.61%

R = 33.64%
G = 22.74%
B = 43.61%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6C498C (or 0x6C498C) is known color: Affair. HEX triplet: 6C, 49 and 8C. RGB value is (108,73,140). Sum of RGB (Red+Green+Blue) = 108+73+140=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #6C498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C498C is #93B673. Grayscale: #5A5A5A. Windows color (decimal): -9680500 or 9193836. OLE color: 9193836.

HSL color Cylindrical-coordinate representation of color #6C498C: hue angle of 271.34º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C498C is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 108 73 140 -
CMYK 0.23 0.48 0 0.45
HSL 271.34º 0.31% 0.42% -
HSV(B) 271.34º 0.48% 0.55% -
XYZ 13.3 9.85 26.01 -
YUV 91.1 155.6 140.05 -
System Red Green Blue C M Y K H S L
Decimal 108 73 140 0.23 0.48 0 0.45 271.34 0.31 0.42
Hex 6C 49 8C 17 30 0 2D 10F 1F 2A
Octal 154 111 214 27 60 0 55 417 37 52
Binary 1101100 1001001 10001100 10111 110000 0 101101 100001111 11111 101010

Color Harmonies of #6C498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C498C

Black with #6C498C

Text Example


Text Example

White with #6C498C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,73,140); }

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

background-color css

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

 a { background-color: rgb(108,73,140); }

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

border-color css

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

 span { border-color: rgb(108,73,140); }

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