Html Css Color HEX #06604A Watercourse

📋 copy color: '#06604A'

red 6 ◦ green 96 ◦ blue 74

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

Shades of Watercourse #06604A

Tints of Watercourse #06604A

RGB

 RED value IS 6 (2.73% from 255) = 3.41%

 GREEN value IS 96 (37.89% from 255) = 54.55%

 BLUE value IS 74 (29.3% from 255) = 42.05%

R = 3.41%
G = 54.55%
B = 42.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#06604A (or 0x06604A) is known color: Watercourse. HEX triplet: 06, 60 and 4A. RGB value is (6,96,74). Sum of RGB (Red+Green+Blue) = 6+96+74=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #06604A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06604A is #F99FB5. Grayscale: #424242. Windows color (decimal): -16359350 or 4874246. OLE color: 4874246.

HSL color Cylindrical-coordinate representation of color #06604A: hue angle of 165.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06604A is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 96 74 -
CMYK 0.94 0 0.23 0.62
HSL 165.33º 0.88% 0.2% -
HSV(B) 165.33º 0.94% 0.38% -
XYZ 5.49 8.9 7.91 -
YUV 66.58 132.18 84.79 -
System Red Green Blue C M Y K H S L
Decimal 6 96 74 0.94 0 0.23 0.62 165.33 0.88 0.2
Hex 6 60 4A 5E 0 17 3E A5 58 14
Octal 6 140 112 136 0 27 76 245 130 24
Binary 110 1100000 1001010 1011110 0 10111 111110 10100101 1011000 10100

Color Harmonies of #06604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06604A

Black with #06604A

Text Example


Text Example

White with #06604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06604A; }

 p { color: rgb(6,96,74); }

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

background-color css

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

 a { background-color: rgb(6,96,74); }

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

border-color css

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

 span { border-color: rgb(6,96,74); }

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