Html Css Color HEX #06614F Watercourse

📋 copy color: '#06614F'

red 6 ◦ green 97 ◦ blue 79

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

Shades of Watercourse #06614F

Tints of Watercourse #06614F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 43.41%

R = 3.3%
G = 53.3%
B = 43.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#06614F (or 0x06614F) is known color: Watercourse. HEX triplet: 06, 61 and 4F. RGB value is (6,97,79). Sum of RGB (Red+Green+Blue) = 6+97+79=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #06614F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06614F is #F99EB0. Grayscale: #434343. Windows color (decimal): -16359089 or 5202182. OLE color: 5202182.

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

Color convert

RGB 6 97 79 -
CMYK 0.94 0 0.19 0.62
HSL 168.13º 0.88% 0.2% -
HSV(B) 168.13º 0.94% 0.38% -
XYZ 5.76 9.15 8.86 -
YUV 67.74 134.35 83.96 -
System Red Green Blue C M Y K H S L
Decimal 6 97 79 0.94 0 0.19 0.62 168.13 0.88 0.2
Hex 6 61 4F 5E 0 13 3E A8 58 14
Octal 6 141 117 136 0 23 76 250 130 24
Binary 110 1100001 1001111 1011110 0 10011 111110 10101000 1011000 10100

Color Harmonies of #06614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06614F

Black with #06614F

Text Example


Text Example

White with #06614F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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