Html Css Color HEX #06614C Watercourse

📋 copy color: '#06614C'

red 6 ◦ green 97 ◦ blue 76

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

Shades of Watercourse #06614C

Tints of Watercourse #06614C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 42.46%

R = 3.35%
G = 54.19%
B = 42.46%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#06614C (or 0x06614C) is known color: Watercourse. HEX triplet: 06, 61 and 4C. RGB value is (6,97,76). Sum of RGB (Red+Green+Blue) = 6+97+76=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #06614C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06614C is #F99EB3. Grayscale: #434343. Windows color (decimal): -16359092 or 5005574. OLE color: 5005574.

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

Color convert

RGB 6 97 76 -
CMYK 0.94 0 0.22 0.62
HSL 166.15º 0.88% 0.2% -
HSV(B) 166.15º 0.94% 0.38% -
XYZ 5.65 9.11 8.3 -
YUV 67.4 132.85 84.21 -
System Red Green Blue C M Y K H S L
Decimal 6 97 76 0.94 0 0.22 0.62 166.15 0.88 0.2
Hex 6 61 4C 5E 0 16 3E A6 58 14
Octal 6 141 114 136 0 26 76 246 130 24
Binary 110 1100001 1001100 1011110 0 10110 111110 10100110 1011000 10100

Color Harmonies of #06614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06614C

Black with #06614C

Text Example


Text Example

White with #06614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06614C; }

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

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

background-color css

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

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

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

border-color css

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

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

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