Html Css Color HEX #6B448B Affair

📋 copy color: '#6B448B'

red 107 ◦ green 68 ◦ blue 139

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

Shades of Affair #6B448B

Tints of Affair #6B448B

RGB

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

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

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

R = 34.08%
G = 21.66%
B = 44.27%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B448B (or 0x6B448B) is known color: Affair. HEX triplet: 6B, 44 and 8B. RGB value is (107,68,139). Sum of RGB (Red+Green+Blue) = 107+68+139=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B448B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B448B is #94BB74. Grayscale: #575757. Windows color (decimal): -9747317 or 9127019. OLE color: 9127019.

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

Color convert

RGB 107 68 139 -
CMYK 0.23 0.51 0 0.45
HSL 272.96º 0.34% 0.41% -
HSV(B) 272.96º 0.51% 0.55% -
XYZ 12.79 9.12 25.51 -
YUV 87.76 156.92 141.73 -
System Red Green Blue C M Y K H S L
Decimal 107 68 139 0.23 0.51 0 0.45 272.96 0.34 0.41
Hex 6B 44 8B 17 33 0 2D 111 22 29
Octal 153 104 213 27 63 0 55 421 42 51
Binary 1101011 1000100 10001011 10111 110011 0 101101 100010001 100010 101001

Color Harmonies of #6B448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B448B

Black with #6B448B

Text Example


Text Example

White with #6B448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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