Html Css Color HEX #695675 Rum

📋 copy color: '#695675'

red 105 ◦ green 86 ◦ blue 117

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

Shades of Rum #695675

Tints of Rum #695675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.92%

 BLUE value IS 117 (46.09% from 255) = 37.99%

R = 34.09%
G = 27.92%
B = 37.99%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#695675 (or 0x695675) is known color: Rum. HEX triplet: 69, 56 and 75. RGB value is (105,86,117). Sum of RGB (Red+Green+Blue) = 105+86+117=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 117 - color contains mainly: blue. Hex color #695675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695675 is #96A98A. Grayscale: #5F5F5F. Windows color (decimal): -9873803 or 7689833. OLE color: 7689833.

HSL color Cylindrical-coordinate representation of color #695675: hue angle of 276.77º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #695675 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 86 117 -
CMYK 0.10 0.26 0 0.54
HSL 276.77º 0.15% 0.4% -
HSV(B) 276.77º 0.26% 0.46% -
XYZ 12.36 10.94 18.29 -
YUV 95.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 105 86 117 0.10 0.26 0 0.54 276.77 0.15 0.4
Hex 69 56 75 A 1A 0 36 115 F 28
Octal 151 126 165 12 32 0 66 425 17 50
Binary 1101001 1010110 1110101 1010 11010 0 110110 100010101 1111 101000

Color Harmonies of #695675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695675

Black with #695675

Text Example


Text Example

White with #695675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695675; }

 p { color: rgb(105,86,117); }

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

background-color css

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

 a { background-color: rgb(105,86,117); }

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

border-color css

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

 span { border-color: rgb(105,86,117); }

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