Html Css Color HEX #669A8C Patina

📋 copy color: '#669A8C'

red 102 ◦ green 154 ◦ blue 140

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

Shades of Patina #669A8C

Tints of Patina #669A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.35%

R = 25.76%
G = 38.89%
B = 35.35%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#669A8C (or 0x669A8C) is known color: Patina. HEX triplet: 66, 9A and 8C. RGB value is (102,154,140). Sum of RGB (Red+Green+Blue) = 102+154+140=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 154 - color contains mainly: green. Hex color #669A8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669A8C is #996573. Grayscale: #888888. Windows color (decimal): -10052980 or 9214566. OLE color: 9214566.

HSL color Cylindrical-coordinate representation of color #669A8C: hue angle of 163.85º 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 #669A8C is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 154 140 -
CMYK 0.34 0 0.09 0.40
HSL 163.85º 0.2% 0.5% -
HSV(B) 163.85º 0.34% 0.6% -
XYZ 21.77 27.83 29.04 -
YUV 136.86 129.77 103.14 -
System Red Green Blue C M Y K H S L
Decimal 102 154 140 0.34 0 0.09 0.40 163.85 0.2 0.5
Hex 66 9A 8C 22 0 9 28 A4 14 32
Octal 146 232 214 42 0 11 50 244 24 62
Binary 1100110 10011010 10001100 100010 0 1001 101000 10100100 10100 110010

Color Harmonies of #669A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669A8C

Black with #669A8C

Text Example


Text Example

White with #669A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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