Html Css Color HEX #6C448B Affair

📋 copy color: '#6C448B'

red 108 ◦ green 68 ◦ blue 139

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

Shades of Affair #6C448B

Tints of Affair #6C448B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.59%

 BLUE value IS 139 (54.69% from 255) = 44.13%

R = 34.29%
G = 21.59%
B = 44.13%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6C448B (or 0x6C448B) is known color: Affair. HEX triplet: 6C, 44 and 8B. RGB value is (108,68,139). Sum of RGB (Red+Green+Blue) = 108+68+139=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C448B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C448B is #93BB74. Grayscale: #575757. Windows color (decimal): -9681781 or 9127020. OLE color: 9127020.

HSL color Cylindrical-coordinate representation of color #6C448B: hue angle of 273.8º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C448B is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 108 68 139 -
CMYK 0.22 0.51 0 0.45
HSL 273.8º 0.34% 0.41% -
HSV(B) 273.8º 0.51% 0.55% -
XYZ 12.91 9.19 25.52 -
YUV 88.05 156.75 142.23 -
System Red Green Blue C M Y K H S L
Decimal 108 68 139 0.22 0.51 0 0.45 273.8 0.34 0.41
Hex 6C 44 8B 16 33 0 2D 112 22 29
Octal 154 104 213 26 63 0 55 422 42 51
Binary 1101100 1000100 10001011 10110 110011 0 101101 100010010 100010 101001

Color Harmonies of #6C448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C448B

Black with #6C448B

Text Example


Text Example

White with #6C448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,68,139); }

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

background-color css

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

 a { background-color: rgb(108,68,139); }

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

border-color css

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

 span { border-color: rgb(108,68,139); }

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