Html Css Color HEX #699985 Patina

📋 copy color: '#699985'

red 105 ◦ green 153 ◦ blue 133

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

Shades of Patina #699985

Tints of Patina #699985

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.13%

 BLUE value IS 133 (52.34% from 255) = 34.02%

R = 26.85%
G = 39.13%
B = 34.02%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#699985 (or 0x699985) is known color: Patina. HEX triplet: 69, 99 and 85. RGB value is (105,153,133). Sum of RGB (Red+Green+Blue) = 105+153+133=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #699985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699985 is #96667A. Grayscale: #888888. Windows color (decimal): -9856635 or 8755561. OLE color: 8755561.

HSL color Cylindrical-coordinate representation of color #699985: hue angle of 155º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699985 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 153 133 -
CMYK 0.31 0 0.13 0.4
HSL 155º 0.19% 0.51% -
HSV(B) 155º 0.31% 0.6% -
XYZ 21.45 27.48 26.36 -
YUV 136.37 126.1 105.63 -
System Red Green Blue C M Y K H S L
Decimal 105 153 133 0.31 0 0.13 0.4 155 0.19 0.51
Hex 69 99 85 1F 0 D 28 9B 13 33
Octal 151 231 205 37 0 15 50 233 23 63
Binary 1101001 10011001 10000101 11111 0 1101 101000 10011011 10011 110011

Color Harmonies of #699985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699985

Black with #699985

Text Example


Text Example

White with #699985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699985; }

 p { color: rgb(105,153,133); }

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

background-color css

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

 a { background-color: rgb(105,153,133); }

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

border-color css

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

 span { border-color: rgb(105,153,133); }

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