Html Css Color HEX #6B4688 Affair

📋 copy color: '#6B4688'

red 107 ◦ green 70 ◦ blue 136

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

Shades of Affair #6B4688

Tints of Affair #6B4688

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.36%

 BLUE value IS 136 (53.52% from 255) = 43.45%

R = 34.19%
G = 22.36%
B = 43.45%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6B4688 (or 0x6B4688) is known color: Affair. HEX triplet: 6B, 46 and 88. RGB value is (107,70,136). Sum of RGB (Red+Green+Blue) = 107+70+136=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 136 - color contains mainly: blue. Hex color #6B4688 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4688 is #94B977. Grayscale: #585858. Windows color (decimal): -9746808 or 8930923. OLE color: 8930923.

HSL color Cylindrical-coordinate representation of color #6B4688: hue angle of 273.64º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B4688 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 70 136 -
CMYK 0.21 0.49 0 0.47
HSL 273.64º 0.32% 0.4% -
HSV(B) 273.64º 0.49% 0.53% -
XYZ 12.7 9.28 24.42 -
YUV 88.59 154.76 141.13 -
System Red Green Blue C M Y K H S L
Decimal 107 70 136 0.21 0.49 0 0.47 273.64 0.32 0.4
Hex 6B 46 88 15 31 0 2F 112 20 28
Octal 153 106 210 25 61 0 57 422 40 50
Binary 1101011 1000110 10001000 10101 110001 0 101111 100010010 100000 101000

Color Harmonies of #6B4688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4688

Black with #6B4688

Text Example


Text Example

White with #6B4688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,70,136); }

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

background-color css

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

 a { background-color: rgb(107,70,136); }

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

border-color css

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

 span { border-color: rgb(107,70,136); }

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