Html Css Color HEX #066450 Watercourse

📋 copy color: '#066450'

red 6 ◦ green 100 ◦ blue 80

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

Shades of Watercourse #066450

Tints of Watercourse #066450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 53.76%

 BLUE value IS 80 (31.64% from 255) = 43.01%

R = 3.23%
G = 53.76%
B = 43.01%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#066450 (or 0x066450) is known color: Watercourse. HEX triplet: 06, 64 and 50. RGB value is (6,100,80). Sum of RGB (Red+Green+Blue) = 6+100+80=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 100 (39.45% from 255 or 53.76% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 100 - color contains mainly: green. Hex color #066450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066450 is #F99BAF. Grayscale: #454545. Windows color (decimal): -16358320 or 5268486. OLE color: 5268486.

HSL color Cylindrical-coordinate representation of color #066450: hue angle of 167.23º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066450 is Cyan = 0.94, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.61.

Color convert

RGB 6 100 80 -
CMYK 0.94 0 0.2 0.61
HSL 167.23º 0.89% 0.21% -
HSV(B) 167.23º 0.94% 0.39% -
XYZ 6.08 9.73 9.15 -
YUV 69.61 133.86 82.63 -
System Red Green Blue C M Y K H S L
Decimal 6 100 80 0.94 0 0.2 0.61 167.23 0.89 0.21
Hex 6 64 50 5E 0 14 3D A7 59 15
Octal 6 144 120 136 0 24 75 247 131 25
Binary 110 1100100 1010000 1011110 0 10100 111101 10100111 1011001 10101

Color Harmonies of #066450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066450

Black with #066450

Text Example


Text Example

White with #066450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066450; }

 p { color: rgb(6,100,80); }

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

background-color css

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

 a { background-color: rgb(6,100,80); }

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

border-color css

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

 span { border-color: rgb(6,100,80); }

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