Html Css Color HEX #69998B Patina

📋 copy color: '#69998B'

red 105 ◦ green 153 ◦ blue 139

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

Shades of Patina #69998B

Tints of Patina #69998B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.01%

R = 26.45%
G = 38.54%
B = 35.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#69998B (or 0x69998B) is known color: Patina. HEX triplet: 69, 99 and 8B. RGB value is (105,153,139). Sum of RGB (Red+Green+Blue) = 105+153+139=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #69998B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69998B is #966674. Grayscale: #898989. Windows color (decimal): -9856629 or 9148777. OLE color: 9148777.

HSL color Cylindrical-coordinate representation of color #69998B: hue angle of 162.5º 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 #69998B is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 153 139 -
CMYK 0.31 0 0.09 0.4
HSL 162.5º 0.19% 0.51% -
HSV(B) 162.5º 0.31% 0.6% -
XYZ 21.88 27.65 28.61 -
YUV 137.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 105 153 139 0.31 0 0.09 0.4 162.5 0.19 0.51
Hex 69 99 8B 1F 0 9 28 A2 13 33
Octal 151 231 213 37 0 11 50 242 23 63
Binary 1101001 10011001 10001011 11111 0 1001 101000 10100010 10011 110011

Color Harmonies of #69998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69998B

Black with #69998B

Text Example


Text Example

White with #69998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69998B; }

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

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

background-color css

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

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

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

border-color css

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

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

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