Html Css Color HEX #066047 Watercourse

📋 copy color: '#066047'

red 6 ◦ green 96 ◦ blue 71

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

Shades of Watercourse #066047

Tints of Watercourse #066047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 41.04%

R = 3.47%
G = 55.49%
B = 41.04%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#066047 (or 0x066047) is known color: Watercourse. HEX triplet: 06, 60 and 47. RGB value is (6,96,71). Sum of RGB (Red+Green+Blue) = 6+96+71=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #066047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066047 is #F99FB8. Grayscale: #424242. Windows color (decimal): -16359353 or 4677638. OLE color: 4677638.

HSL color Cylindrical-coordinate representation of color #066047: hue angle of 163.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 #066047 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 96 71 -
CMYK 0.94 0 0.26 0.62
HSL 163.33º 0.88% 0.2% -
HSV(B) 163.33º 0.94% 0.38% -
XYZ 5.4 8.86 7.39 -
YUV 66.24 130.68 85.03 -
System Red Green Blue C M Y K H S L
Decimal 6 96 71 0.94 0 0.26 0.62 163.33 0.88 0.2
Hex 6 60 47 5E 0 1A 3E A3 58 14
Octal 6 140 107 136 0 32 76 243 130 24
Binary 110 1100000 1000111 1011110 0 11010 111110 10100011 1011000 10100

Color Harmonies of #066047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066047

Black with #066047

Text Example


Text Example

White with #066047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066047; }

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

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

background-color css

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

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

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

border-color css

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

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

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