Html Css Color HEX #6B488B Affair

📋 copy color: '#6B488B'

red 107 ◦ green 72 ◦ blue 139

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

Shades of Affair #6B488B

Tints of Affair #6B488B

RGB

 RED value IS 107 (42.19% from 255) = 33.65%

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

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

R = 33.65%
G = 22.64%
B = 43.71%

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

#6B488B (or 0x6B488B) is known color: Affair. HEX triplet: 6B, 48 and 8B. RGB value is (107,72,139). Sum of RGB (Red+Green+Blue) = 107+72+139=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B488B is #94B774. Grayscale: #595959. Windows color (decimal): -9746293 or 9128043. OLE color: 9128043.

HSL color Cylindrical-coordinate representation of color #6B488B: hue angle of 271.34º 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 #6B488B is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 72 139 -
CMYK 0.23 0.48 0 0.45
HSL 271.34º 0.32% 0.41% -
HSV(B) 271.34º 0.48% 0.55% -
XYZ 13.04 9.62 25.6 -
YUV 90.1 155.6 140.05 -
System Red Green Blue C M Y K H S L
Decimal 107 72 139 0.23 0.48 0 0.45 271.34 0.32 0.41
Hex 6B 48 8B 17 30 0 2D 10F 20 29
Octal 153 110 213 27 60 0 55 417 40 51
Binary 1101011 1001000 10001011 10111 110000 0 101101 100001111 100000 101001

Color Harmonies of #6B488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B488B

Black with #6B488B

Text Example


Text Example

White with #6B488B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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