Html Css Color HEX #695082 Affair

📋 copy color: '#695082'

red 105 ◦ green 80 ◦ blue 130

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

Shades of Affair #695082

Tints of Affair #695082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.27%

R = 33.33%
G = 25.4%
B = 41.27%

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

#695082 (or 0x695082) is known color: Affair. HEX triplet: 69, 50 and 82. RGB value is (105,80,130). Sum of RGB (Red+Green+Blue) = 105+80+130=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #695082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695082 is #96AF7D. Grayscale: #5C5C5C. Windows color (decimal): -9875326 or 8540265. OLE color: 8540265.

HSL color Cylindrical-coordinate representation of color #695082: hue angle of 270º degrees, saturation: 0.24, 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 #695082 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 80 130 -
CMYK 0.19 0.38 0 0.49
HSL 270º 0.24% 0.41% -
HSV(B) 270º 0.38% 0.51% -
XYZ 12.72 10.35 22.45 -
YUV 93.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 105 80 130 0.19 0.38 0 0.49 270 0.24 0.41
Hex 69 50 82 13 26 0 31 10E 18 29
Octal 151 120 202 23 46 0 61 416 30 51
Binary 1101001 1010000 10000010 10011 100110 0 110001 100001110 11000 101001

Color Harmonies of #695082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695082

Black with #695082

Text Example


Text Example

White with #695082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695082; }

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

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

background-color css

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

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

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

border-color css

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

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

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