Html Css Color HEX #6C488B Affair

📋 copy color: '#6C488B'

red 108 ◦ green 72 ◦ blue 139

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

Shades of Affair #6C488B

Tints of Affair #6C488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.57%

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

R = 33.86%
G = 22.57%
B = 43.57%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6C488B (or 0x6C488B) is known color: Affair. HEX triplet: 6C, 48 and 8B. RGB value is (108,72,139). Sum of RGB (Red+Green+Blue) = 108+72+139=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C488B is #93B774. Grayscale: #5A5A5A. Windows color (decimal): -9680757 or 9128044. OLE color: 9128044.

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

Color convert

RGB 108 72 139 -
CMYK 0.22 0.48 0 0.45
HSL 272.24º 0.32% 0.41% -
HSV(B) 272.24º 0.48% 0.55% -
XYZ 13.16 9.69 25.6 -
YUV 90.4 155.43 140.55 -
System Red Green Blue C M Y K H S L
Decimal 108 72 139 0.22 0.48 0 0.45 272.24 0.32 0.41
Hex 6C 48 8B 16 30 0 2D 110 20 29
Octal 154 110 213 26 60 0 55 420 40 51
Binary 1101100 1001000 10001011 10110 110000 0 101101 100010000 100000 101001

Color Harmonies of #6C488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C488B

Black with #6C488B

Text Example


Text Example

White with #6C488B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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