Html Css Color HEX #669A8D Patina

📋 copy color: '#669A8D'

red 102 ◦ green 154 ◦ blue 141

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

Shades of Patina #669A8D

Tints of Patina #669A8D

RGB

 RED value IS 102 (40.23% from 255) = 25.69%

 GREEN value IS 154 (60.55% from 255) = 38.79%

 BLUE value IS 141 (55.47% from 255) = 35.52%

R = 25.69%
G = 38.79%
B = 35.52%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#669A8D (or 0x669A8D) is known color: Patina. HEX triplet: 66, 9A and 8D. RGB value is (102,154,141). Sum of RGB (Red+Green+Blue) = 102+154+141=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 154 - color contains mainly: green. Hex color #669A8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669A8D is #996572. Grayscale: #888888. Windows color (decimal): -10052979 or 9280102. OLE color: 9280102.

HSL color Cylindrical-coordinate representation of color #669A8D: hue angle of 165º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669A8D is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 154 141 -
CMYK 0.34 0 0.08 0.40
HSL 165º 0.2% 0.5% -
HSV(B) 165º 0.34% 0.6% -
XYZ 21.84 27.86 29.43 -
YUV 136.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 102 154 141 0.34 0 0.08 0.40 165 0.2 0.5
Hex 66 9A 8D 22 0 8 28 A5 14 32
Octal 146 232 215 42 0 10 50 245 24 62
Binary 1100110 10011010 10001101 100010 0 1000 101000 10100101 10100 110010

Color Harmonies of #669A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669A8D

Black with #669A8D

Text Example


Text Example

White with #669A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669A8D; }

 p { color: rgb(102,154,141); }

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

background-color css

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

 a { background-color: rgb(102,154,141); }

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

border-color css

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

 span { border-color: rgb(102,154,141); }

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