Html Css Color HEX #6F487D Affair

📋 copy color: '#6F487D'

red 111 ◦ green 72 ◦ blue 125

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

Shades of Affair #6F487D

Tints of Affair #6F487D

RGB

 RED value IS 111 (43.75% from 255) = 36.04%

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

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

R = 36.04%
G = 23.38%
B = 40.58%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F487D (or 0x6F487D) is known color: Affair. HEX triplet: 6F, 48 and 7D. RGB value is (111,72,125). Sum of RGB (Red+Green+Blue) = 111+72+125=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F487D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F487D is #90B782. Grayscale: #595959. Windows color (decimal): -9484163 or 8210543. OLE color: 8210543.

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

Color convert

RGB 111 72 125 -
CMYK 0.11 0.42 0 0.51
HSL 284.15º 0.27% 0.39% -
HSV(B) 284.15º 0.42% 0.49% -
XYZ 12.57 9.49 20.57 -
YUV 89.7 147.92 143.19 -
System Red Green Blue C M Y K H S L
Decimal 111 72 125 0.11 0.42 0 0.51 284.15 0.27 0.39
Hex 6F 48 7D B 2A 0 33 11C 1B 27
Octal 157 110 175 13 52 0 63 434 33 47
Binary 1101111 1001000 1111101 1011 101010 0 110011 100011100 11011 100111

Color Harmonies of #6F487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F487D

Black with #6F487D

Text Example


Text Example

White with #6F487D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,72,125); }

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

background-color css

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

 a { background-color: rgb(111,72,125); }

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

border-color css

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

 span { border-color: rgb(111,72,125); }

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