Html Css Color HEX #6C9082 Patina

📋 copy color: '#6C9082'

red 108 ◦ green 144 ◦ blue 130

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

Shades of Patina #6C9082

Tints of Patina #6C9082

RGB

 RED value IS 108 (42.58% from 255) = 28.27%

 GREEN value IS 144 (56.64% from 255) = 37.7%

 BLUE value IS 130 (51.17% from 255) = 34.03%

R = 28.27%
G = 37.7%
B = 34.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#6C9082 (or 0x6C9082) is known color: Patina. HEX triplet: 6C, 90 and 82. RGB value is (108,144,130). Sum of RGB (Red+Green+Blue) = 108+144+130=382 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.27% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 144 - color contains mainly: green. Hex color #6C9082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9082 is #936F7D. Grayscale: #838383. Windows color (decimal): -9662334 or 8556652. OLE color: 8556652.

HSL color Cylindrical-coordinate representation of color #6C9082: hue angle of 156.67º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C9082 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 144 130 -
CMYK 0.25 0 0.10 0.44
HSL 156.67º 0.14% 0.49% -
HSV(B) 156.67º 0.25% 0.56% -
XYZ 20.19 24.75 24.83 -
YUV 131.64 127.07 111.14 -
System Red Green Blue C M Y K H S L
Decimal 108 144 130 0.25 0 0.10 0.44 156.67 0.14 0.49
Hex 6C 90 82 19 0 A 2C 9D E 31
Octal 154 220 202 31 0 12 54 235 16 61
Binary 1101100 10010000 10000010 11001 0 1010 101100 10011101 1110 110001

Color Harmonies of #6C9082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9082

Black with #6C9082

Text Example


Text Example

White with #6C9082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C9082; }

 p { color: rgb(108,144,130); }

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

background-color css

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

 a { background-color: rgb(108,144,130); }

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

border-color css

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

 span { border-color: rgb(108,144,130); }

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