Html Css Color HEX #695081 Affair

📋 copy color: '#695081'

red 105 ◦ green 80 ◦ blue 129

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

Shades of Affair #695081

Tints of Affair #695081

RGB

 RED value IS 105 (41.41% from 255) = 33.44%

 GREEN value IS 80 (31.64% from 255) = 25.48%

 BLUE value IS 129 (50.78% from 255) = 41.08%

R = 33.44%
G = 25.48%
B = 41.08%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#695081 (or 0x695081) is known color: Affair. HEX triplet: 69, 50 and 81. RGB value is (105,80,129). Sum of RGB (Red+Green+Blue) = 105+80+129=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 129 - color contains mainly: blue. Hex color #695081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695081 is #96AF7E. Grayscale: #5C5C5C. Windows color (decimal): -9875327 or 8474729. OLE color: 8474729.

HSL color Cylindrical-coordinate representation of color #695081: hue angle of 270.61º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #695081 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 80 129 -
CMYK 0.19 0.38 0 0.49
HSL 270.61º 0.23% 0.41% -
HSV(B) 270.61º 0.38% 0.51% -
XYZ 12.66 10.33 22.09 -
YUV 93.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 105 80 129 0.19 0.38 0 0.49 270.61 0.23 0.41
Hex 69 50 81 13 26 0 31 10F 17 29
Octal 151 120 201 23 46 0 61 417 27 51
Binary 1101001 1010000 10000001 10011 100110 0 110001 100001111 10111 101001

Color Harmonies of #695081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695081

Black with #695081

Text Example


Text Example

White with #695081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695081; }

 p { color: rgb(105,80,129); }

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

background-color css

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

 a { background-color: rgb(105,80,129); }

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

border-color css

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

 span { border-color: rgb(105,80,129); }

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