Html Css Color HEX #699884 Patina

📋 copy color: '#699884'

red 105 ◦ green 152 ◦ blue 132

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

Shades of Patina #699884

Tints of Patina #699884

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.07%

 BLUE value IS 132 (51.95% from 255) = 33.93%

R = 26.99%
G = 39.07%
B = 33.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#699884 (or 0x699884) is known color: Patina. HEX triplet: 69, 98 and 84. RGB value is (105,152,132). Sum of RGB (Red+Green+Blue) = 105+152+132=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #699884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699884 is #96677B. Grayscale: #878787. Windows color (decimal): -9856892 or 8689769. OLE color: 8689769.

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

Color convert

RGB 105 152 132 -
CMYK 0.31 0 0.13 0.40
HSL 154.47º 0.19% 0.5% -
HSV(B) 154.47º 0.31% 0.6% -
XYZ 21.22 27.13 25.95 -
YUV 135.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 105 152 132 0.31 0 0.13 0.40 154.47 0.19 0.5
Hex 69 98 84 1F 0 D 28 9A 13 32
Octal 151 230 204 37 0 15 50 232 23 62
Binary 1101001 10011000 10000100 11111 0 1101 101000 10011010 10011 110010

Color Harmonies of #699884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699884

Black with #699884

Text Example


Text Example

White with #699884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699884; }

 p { color: rgb(105,152,132); }

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

background-color css

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

 a { background-color: rgb(105,152,132); }

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

border-color css

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

 span { border-color: rgb(105,152,132); }

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