Html Css Color HEX #06654B Watercourse

📋 copy color: '#06654B'

red 6 ◦ green 101 ◦ blue 75

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

Shades of Watercourse #06654B

Tints of Watercourse #06654B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 55.49%

 BLUE value IS 75 (29.69% from 255) = 41.21%

R = 3.3%
G = 55.49%
B = 41.21%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#06654B (or 0x06654B) is known color: Watercourse. HEX triplet: 06, 65 and 4B. RGB value is (6,101,75). Sum of RGB (Red+Green+Blue) = 6+101+75=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 101 (39.84% from 255 or 55.49% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 101 - color contains mainly: green. Hex color #06654B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06654B is #F99AB4. Grayscale: #454545. Windows color (decimal): -16358069 or 4941062. OLE color: 4941062.

HSL color Cylindrical-coordinate representation of color #06654B: hue angle of 163.58º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06654B is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 6 101 75 -
CMYK 0.94 0 0.26 0.60
HSL 163.58º 0.89% 0.21% -
HSV(B) 163.58º 0.94% 0.4% -
XYZ 6 9.85 8.24 -
YUV 69.63 131.03 82.61 -
System Red Green Blue C M Y K H S L
Decimal 6 101 75 0.94 0 0.26 0.60 163.58 0.89 0.21
Hex 6 65 4B 5E 0 1A 3C A4 59 15
Octal 6 145 113 136 0 32 74 244 131 25
Binary 110 1100101 1001011 1011110 0 11010 111100 10100100 1011001 10101

Color Harmonies of #06654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06654B

Black with #06654B

Text Example


Text Example

White with #06654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06654B; }

 p { color: rgb(6,101,75); }

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

background-color css

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

 a { background-color: rgb(6,101,75); }

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

border-color css

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

 span { border-color: rgb(6,101,75); }

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