Html Css Color HEX #6A587C Affair

📋 copy color: '#6A587C'

red 106 ◦ green 88 ◦ blue 124

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

Shades of Affair #6A587C

Tints of Affair #6A587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.67%

 BLUE value IS 124 (48.83% from 255) = 38.99%

R = 33.33%
G = 27.67%
B = 38.99%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6A587C (or 0x6A587C) is known color: Affair. HEX triplet: 6A, 58 and 7C. RGB value is (106,88,124). Sum of RGB (Red+Green+Blue) = 106+88+124=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 124 - color contains mainly: blue. Hex color #6A587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A587C is #95A783. Grayscale: #616161. Windows color (decimal): -9807748 or 8149098. OLE color: 8149098.

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

Color convert

RGB 106 88 124 -
CMYK 0.15 0.29 0 0.51
HSL 270º 0.17% 0.42% -
HSV(B) 270º 0.29% 0.49% -
XYZ 13.07 11.5 20.6 -
YUV 97.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 106 88 124 0.15 0.29 0 0.51 270 0.17 0.42
Hex 6A 58 7C F 1D 0 33 10E 11 2A
Octal 152 130 174 17 35 0 63 416 21 52
Binary 1101010 1011000 1111100 1111 11101 0 110011 100001110 10001 101010

Color Harmonies of #6A587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A587C

Black with #6A587C

Text Example


Text Example

White with #6A587C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,88,124); }

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

background-color css

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

 a { background-color: rgb(106,88,124); }

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

border-color css

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

 span { border-color: rgb(106,88,124); }

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