Html Css Color HEX #066248 Watercourse

📋 copy color: '#066248'

red 6 ◦ green 98 ◦ blue 72

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

Shades of Watercourse #066248

Tints of Watercourse #066248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 55.68%

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

R = 3.41%
G = 55.68%
B = 40.91%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#066248 (or 0x066248) is known color: Watercourse. HEX triplet: 06, 62 and 48. RGB value is (6,98,72). Sum of RGB (Red+Green+Blue) = 6+98+72=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #066248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066248 is #F99DB7. Grayscale: #434343. Windows color (decimal): -16358840 or 4743686. OLE color: 4743686.

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

Color convert

RGB 6 98 72 -
CMYK 0.94 0 0.27 0.62
HSL 163.04º 0.88% 0.2% -
HSV(B) 163.04º 0.94% 0.38% -
XYZ 5.61 9.24 7.62 -
YUV 67.53 130.52 84.11 -
System Red Green Blue C M Y K H S L
Decimal 6 98 72 0.94 0 0.27 0.62 163.04 0.88 0.2
Hex 6 62 48 5E 0 1B 3E A3 58 14
Octal 6 142 110 136 0 33 76 243 130 24
Binary 110 1100010 1001000 1011110 0 11011 111110 10100011 1011000 10100

Color Harmonies of #066248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066248

Black with #066248

Text Example


Text Example

White with #066248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066248; }

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

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

background-color css

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

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

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

border-color css

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

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

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