Html Css Color HEX #066144 Watercourse

📋 copy color: '#066144'

red 6 ◦ green 97 ◦ blue 68

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

Shades of Watercourse #066144

Tints of Watercourse #066144

RGB

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

 GREEN value IS 97 (38.28% from 255) = 56.73%

 BLUE value IS 68 (26.95% from 255) = 39.77%

R = 3.51%
G = 56.73%
B = 39.77%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#066144 (or 0x066144) is known color: Watercourse. HEX triplet: 06, 61 and 44. RGB value is (6,97,68). Sum of RGB (Red+Green+Blue) = 6+97+68=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 68 (26.95% from 255 or 39.77% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #066144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066144 is #F99EBB. Grayscale: #424242. Windows color (decimal): -16359100 or 4481286. OLE color: 4481286.

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

Color convert

RGB 6 97 68 -
CMYK 0.94 0 0.30 0.62
HSL 160.88º 0.88% 0.2% -
HSV(B) 160.88º 0.94% 0.38% -
XYZ 5.39 9.01 6.92 -
YUV 66.49 128.85 84.86 -
System Red Green Blue C M Y K H S L
Decimal 6 97 68 0.94 0 0.30 0.62 160.88 0.88 0.2
Hex 6 61 44 5E 0 1E 3E A1 58 14
Octal 6 141 104 136 0 36 76 241 130 24
Binary 110 1100001 1000100 1011110 0 11110 111110 10100001 1011000 10100

Color Harmonies of #066144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066144

Black with #066144

Text Example


Text Example

White with #066144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066144; }

 p { color: rgb(6,97,68); }

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

background-color css

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

 a { background-color: rgb(6,97,68); }

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

border-color css

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

 span { border-color: rgb(6,97,68); }

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