Html Css Color HEX #066148 Watercourse

📋 copy color: '#066148'

red 6 ◦ green 97 ◦ blue 72

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

Shades of Watercourse #066148

Tints of Watercourse #066148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 41.14%

R = 3.43%
G = 55.43%
B = 41.14%

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

#066148 (or 0x066148) is known color: Watercourse. HEX triplet: 06, 61 and 48. RGB value is (6,97,72). Sum of RGB (Red+Green+Blue) = 6+97+72=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #066148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066148 is #F99EB7. Grayscale: #424242. Windows color (decimal): -16359096 or 4743430. OLE color: 4743430.

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

Color convert

RGB 6 97 72 -
CMYK 0.94 0 0.26 0.62
HSL 163.52º 0.88% 0.2% -
HSV(B) 163.52º 0.94% 0.38% -
XYZ 5.52 9.06 7.59 -
YUV 66.94 130.85 84.53 -
System Red Green Blue C M Y K H S L
Decimal 6 97 72 0.94 0 0.26 0.62 163.52 0.88 0.2
Hex 6 61 48 5E 0 1A 3E A4 58 14
Octal 6 141 110 136 0 32 76 244 130 24
Binary 110 1100001 1001000 1011110 0 11010 111110 10100100 1011000 10100

Color Harmonies of #066148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066148

Black with #066148

Text Example


Text Example

White with #066148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066148; }

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

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

background-color css

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

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

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

border-color css

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

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

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