Html Css Color HEX #695871 Rum

📋 copy color: '#695871'

red 105 ◦ green 88 ◦ blue 113

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

Shades of Rum #695871

Tints of Rum #695871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.93%

R = 34.31%
G = 28.76%
B = 36.93%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#695871 (or 0x695871) is known color: Rum. HEX triplet: 69, 58 and 71. RGB value is (105,88,113). Sum of RGB (Red+Green+Blue) = 105+88+113=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 113 - color contains mainly: blue. Hex color #695871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695871 is #96A78E. Grayscale: #5F5F5F. Windows color (decimal): -9873295 or 7428201. OLE color: 7428201.

HSL color Cylindrical-coordinate representation of color #695871: hue angle of 280.8º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #695871 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 88 113 -
CMYK 0.07 0.22 0 0.56
HSL 280.8º 0.12% 0.39% -
HSV(B) 280.8º 0.22% 0.44% -
XYZ 12.3 11.17 17.13 -
YUV 95.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 105 88 113 0.07 0.22 0 0.56 280.8 0.12 0.39
Hex 69 58 71 7 16 0 38 119 C 27
Octal 151 130 161 7 26 0 70 431 14 47
Binary 1101001 1011000 1110001 111 10110 0 111000 100011001 1100 100111

Color Harmonies of #695871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695871

Black with #695871

Text Example


Text Example

White with #695871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695871; }

 p { color: rgb(105,88,113); }

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

background-color css

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

 a { background-color: rgb(105,88,113); }

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

border-color css

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

 span { border-color: rgb(105,88,113); }

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