Html Css Color HEX #6A417D Affair

📋 copy color: '#6A417D'

red 106 ◦ green 65 ◦ blue 125

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

Shades of Affair #6A417D

Tints of Affair #6A417D

RGB

 RED value IS 106 (41.8% from 255) = 35.81%

 GREEN value IS 65 (25.78% from 255) = 21.96%

 BLUE value IS 125 (49.22% from 255) = 42.23%

R = 35.81%
G = 21.96%
B = 42.23%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6A417D (or 0x6A417D) is known color: Affair. HEX triplet: 6A, 41 and 7D. RGB value is (106,65,125). Sum of RGB (Red+Green+Blue) = 106+65+125=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 125 - color contains mainly: blue. Hex color #6A417D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A417D is #95BE82. Grayscale: #535353. Windows color (decimal): -9813635 or 8208746. OLE color: 8208746.

HSL color Cylindrical-coordinate representation of color #6A417D: hue angle of 281º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A417D is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 106 65 125 -
CMYK 0.15 0.48 0 0.51
HSL 281º 0.32% 0.37% -
HSV(B) 281º 0.48% 0.49% -
XYZ 11.54 8.33 20.4 -
YUV 84.1 151.08 143.62 -
System Red Green Blue C M Y K H S L
Decimal 106 65 125 0.15 0.48 0 0.51 281 0.32 0.37
Hex 6A 41 7D F 30 0 33 119 20 25
Octal 152 101 175 17 60 0 63 431 40 45
Binary 1101010 1000001 1111101 1111 110000 0 110011 100011001 100000 100101

Color Harmonies of #6A417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A417D

Black with #6A417D

Text Example


Text Example

White with #6A417D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,65,125); }

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

background-color css

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

 a { background-color: rgb(106,65,125); }

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

border-color css

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

 span { border-color: rgb(106,65,125); }

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